about summary refs log tree commit diff stats
path: root/example/expression/basic_simplification.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-13Expression/Simplification: add op/compose simplificationFabrice Desclaux1-0/+16
2015-02-13Test: add regression test for simplification << >>Fabrice Desclaux1-0/+33
2015-02-13Expression/Simplification: add shift/compose simplificationFabrice Desclaux1-0/+49
2015-02-11bin_stream: Fix default argument for bin_stream_containerFabrice Desclaux1-1/+4
2015-02-11CPU: update api to handle IOError during disasmFabrice Desclaux1-3/+5
2015-02-11bin_stream: clean code and update APIFabrice Desclaux2-59/+35
2015-02-11Example/IDA: Reorganize importsCamille Mougey3-4/+1
2015-02-10Arch/X86: fix rdtsc semantic (32/64 bit)Fabrice Desclaux1-4/+2
2015-02-10VariablesIdentifier: Handle corner cases (using var ident on already computed...Camille Mougey2-5/+39
2015-02-10Arch/X86: fix fsntenv in 64bitFabrice Desclaux1-0/+3
2015-02-10Symbexec: fix eval_exprmem int castFabrice Desclaux1-1/+1
2015-02-10