about summary refs log tree commit diff stats
path: root/example/asm/shellcode.py (unfollow)
Commit message (Expand)AuthorFilesLines
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-10Sandbox: quiet logsFabrice Desclaux1-3/+1
2015-02-10Arch/X86: fix jmpf breakflowFabrice Desclaux1-1/+1
2015-02-10Arch/X86: fix jecx breakflowFabrice Desclaux1-1/+3
2015-02-10X86/sem: fix fpu mnemonic apiFabrice Desclaux1-10/+10
2015-02-10