Revision 5c14e47d8be1ce1d01113079957b248bad73b436 authored by feliam on 22 June 2018, 23:08:44 UTC, committed by GitHub on 22 June 2018, 23:08:44 UTC
* Rearrange Detectors closer to ethereum. Fix Detector reporting for each state.

* codeclimate

* codeclimate

* Move detectors back to __main__. Commandline argument added

* Codeclimate

* Findings and global_findings for each detectot. Move global findings to its own file on reports

* Codeclimate

* Better commandline arguments. Better report on failing constructors

* Codeclimate. All assertion bench done

* Convenience evm stack function. Doc improvements

* Explicit reference in ded_evm_execute_instruction

* Assembler to solidity line number fixed

* Better variable names

* CC

* CC

* Regression tests

* Better int overflow detector (expensive)

* Added a few more IO reg tests

* CC

* CC

* CC

* Fix io tests. Remove dead code. Improve Transaction.set_result

* Account names, New ABI, user level constraining, state persistence

* merge bugfix

* Merge fix fix

* fix docstr

* Better type checks

* Fix minimal.py example

* CC and symbolic address

* CC

* CC

* CC

* CC

* Add bytearray-Array concatenation/ Fix ABI tests

* CC

* CC

* This fixes EVERYTHING!

* Fixing truly everything, maybe

* Review 1/10

* A few extra ABI serialization tests

* Better default arguments for constructor in multitx

* CC

* CC

* Exception EthereumError

* review

* Improve normal/contract_account filters. Move some ABI stuff to auxiliary funcs(CC)

* CC

* ABI.serialize smallfixes

* Catch parsing exceptions (review)

* Add comment to BitVec.cast()

* manticore/platforms/evm.py

Bugfixes and review

* manticore/platforms/evm.py

Bugfixes and review

* CC

* cs.migrate and bette temporary handling

* CC

* typo

* A Bugfix(tm)
1 parent e0f5bce
History
File Mode Size
EVM
auto
binaries
reference
__init__.py -rw-r--r-- 2 bytes
mockmem.py -rw-r--r-- 2.0 KB
test_abi.py -rw-r--r-- 12.2 KB
test_armv7_bitwise.py -rw-r--r-- 2.5 KB
test_armv7cpu.py -rw-r--r-- 54.0 KB
test_armv7rf.py -rw-r--r-- 2.6 KB
test_binaries.py -rw-r--r-- 8.1 KB
test_cpu_automatic.py -rw-r--r-- 1.9 MB
test_cpu_manual.py -rw-r--r-- 37.0 KB
test_driver.py -rw-r--r-- 816 bytes
test_dyn.py -rw-r--r-- 176.9 KB
test_eth.py -rw-r--r-- 22.8 KB
test_eth_benchmark.py -rw-r--r-- 5.2 KB
test_events.py -rw-r--r-- 2.0 KB
test_linux.py -rw-r--r-- 7.7 KB
test_manticore.py -rw-r--r-- 1.6 KB
test_memory.py -rw-r--r-- 56.4 KB
test_models.py -rw-r--r-- 5.7 KB
test_register.py -rw-r--r-- 1.7 KB
test_slam_regre.py -rw-r--r-- 226.6 KB
test_smtlibv2.py -rw-r--r-- 26.6 KB
test_state.py -rw-r--r-- 8.9 KB
test_unicorn.py -rw-r--r-- 44.8 KB
test_workspace.py -rw-r--r-- 3.2 KB
test_x86.py -rw-r--r-- 4.3 MB
test_x86_pcmpxstrx.py -rw-r--r-- 1.3 MB

back to top