about summary refs log tree commit diff stats
path: root/example/samples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix Automod codeFabrice Desclaux2020-02-281-0/+25
|
* fix int 1 handlingLouis2019-09-301-0/+8
|
* Add some simple disasm/ir examplesFabrice Desclaux2018-12-101-0/+12
|
* Remove malware sampleFabrice Desclaux2018-08-301-0/+0
|
* Use the dse_crackme compiled versionAjax2018-08-301-0/+0
|
* Test: add ppc32b testsFabrice Desclaux2018-03-041-0/+0
|
* DSE: avoid using the same test.txt file in test, allowing parallelismAjax2017-09-061-3/+7
|
* Examples: update apiFabrice Desclaux2017-08-071-3/+19
|
* Example: add irblock simplification exampleFabrice Desclaux2017-04-211-0/+15
|
* Add an example illustrating DSEAjax2017-04-181-0/+104
|
* Tests: add asm humanFabrice Desclaux2017-02-171-0/+41
|
* Tests: add win seh testFabrice Desclaux2016-08-311-0/+76
|
* X86/arch: fix call @immserpilliere2016-04-241-4/+3
|
* Test/depgraph: use z3 to remove unsatisfiable solutionsFabrice Desclaux2016-03-171-0/+11
|
* Test/aarch64: add unit testFabrice Desclaux2015-08-091-0/+17
|
* Add aarch64l md5 sandbox and testFabrice Desclaux2015-08-091-0/+0
|
* Test: add regression test for automod codeserpilliere2015-04-221-0/+40
|
* Cpu: modify instructions' offset relative encodingFabrice Desclaux2015-04-011-0/+5
| | | | | | | | | | | | | | | | | | | The assembler will automatically use instruction len in offset computation In the following instruction: 0x10: EB 02 JMP 0x14 If we assemble this instruction, the requested instruction send to the assembler engine will be: JMP +0x4 And will be encoded to: EB 02 Previously, the assembly of: JMP +0x4 was: EB 04
* Asmbloc: updt apiFabrice Desclaux2015-04-011-1/+1
|
* Samples: smaller box_upx exampleFabrice Desclaux2015-03-201-0/+0
|
* Tests: add x86_32 pop esp regression testFabrice Desclaux2015-02-101-0/+18
|
* Example/ASM: Extract asm sources to sample dirCamille Mougey2015-01-238-0/+189
|
* Example: Move expression samples to sample directoryCamille Mougey2015-01-233-0/+26
|
* Example/Sample: Remove unused file box.exeCamille Mougey2015-01-231-0/+0
|
* Examples: Move used samples to a common place: /samplesCamille Mougey2015-01-238-0/+114