about summary refs log tree commit diff stats
path: root/example/asm/shellcode.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-26README: updt dependenciesFabrice Desclaux1-10/+14
2016-04-26Test: TCC conditional testsserpilliere22-88/+147
2016-04-26Jitter: enhance jitter error msgserpilliere1-43/+31
2016-04-26Test: add gcc testsserpilliere1-36/+36
2016-04-26Jitter: add gcc backendserpilliere4-0/+234
2016-04-24X86/arch: fix call @immserpilliere3-5/+14
2016-04-18X86/test: add pusha/popaFabrice Desclaux2-0/+126
2016-04-18X86/test: updt test apiFabrice Desclaux16-51/+86
2016-04-18X86/sem: fix pusha/popaFabrice Desclaux1-36/+30
2016-04-09VmMngr: add is_mapped apiFabrice Desclaux3-11/+55
2016-04-09Jitter: fix find_page_nodeFabrice Desclaux1-0/+3
2016-04-06Example/ida/depgraph: add basic stack unaliasingFabrice Desclaux1-11/+45
2016-04-06Test/testset: autopep8Fabrice Desclaux1-1/+9
2016-04-06Test/travis: updt multithread; rm bad dependencyFabrice Desclaux1-2/+1
2016-04-06Test: simple outputserpilliere5-144/+42
2016-04-05fix bin_stream.getbits()Aymeric Vincent1-2/+3
2016-03-23Depgraph: use has_loop algorithm to spot data flow loops; fix reg testFabrice Desclaux3-5/+5
2016-03-23Core/Graph: add loop testFabrice Desclaux1-0/+28
2016-03-23Comment disasmEngineAjax1-6/+60
2016-03-23OS_Dep/Win_seh: fix link list entriesFabrice Desclaux1-46/+34
2016-03-23Move dis_bloc and dis_bloc_all into disasmEngine as methodAjax1-199/+153
2016-03-23JitCore: update disbloc signature (and docstring)Ajax1-3/+6
2016-03-23JitCore: use the disasmEngine instead f a direct call to dis_bloc internalsAjax1-13/+15
2016-03-23Fix Jitload `load` signature in abstract methodAjax1-3/+2
2016-03-23disasmEngine bin_stream argument must be providedAjax1-4/+4
2016-03-22Example/Depgraph: allow lower/upper register trackingFabrice Desclaux3-4/+7
2016-03-21Introduce Container.symbol_pool, containing container symbols (if any)Ajax3-2/+35
2016-03-21Test/Depgraph: add DG emulation regression testsFabrice Desclaux35-0/+227
2016-03-21Example/Depgraph: add JSON outputFabrice Desclaux1-8/+31
2016-03-21DependencyGraph: emul minimum effectsFabrice Desclaux1-20/+29
2016-03-21Example/dg: fix print solutionsFabrice Desclaux1-2/+5
2016-03-21Depgraph: updt apiFabrice Desclaux4-32/+39
2016-03-17Test/depgraph: use z3 to remove unsatisfiable solutionsFabrice Desclaux2-1/+27
2016-03-17Depgraph: implicit emulFabrice Desclaux2-4/+112
2016-03-17Test/depgraph: autopepFabrice Desclaux1-28/+29
2016-03-17Test/Depgraph: updt testsFabrice Desclaux1-740/+556
2016-03-17Depgraph: simplified algorithmFabrice Desclaux1-680/+175
2016-03-17Add regression test for `possible_values`Ajax1-0/+40
2016-03-17Introduce `possible_values` helperAjax1-0/+124
2016-03-16Asmcfg: add reg testFabrice Desclaux1-2/+28
2016-03-15Core/asmbloc: remove pending on block splitserpilliere1-0/+8
2016-03-15Types: Ptr.dst_type is now a Type rather than a MemTypeFlorent Monjalet2-11/+14
2016-03-15Types: handle MemType as argument to Array constructorFlorent Monjalet2-7/+29
2016-03-13X86/sem: autopep8serpilliere1-1/+1
2016-03-13Remove dummy operatorserpilliere3-5/+0
2016-03-13X86/sem: sal is shlserpilliere1-17/+1
2016-03-13translator: fixed init of smt2 translatorTim Blazytko1-0/+1
2016-03-13smt2 translator: added model generation flagTim Blazytko1-1/+6
2016-03-09Speed up _block_mergeAjax1-1/+10
2016-03-09Fix range checking when splitting blocks.Aymeric Vincent1-1/+1