| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix Automod code | Fabrice Desclaux | 2020-02-28 | 1 | -0/+25 |
| | | |||||
| * | fix int 1 handling | Louis | 2019-09-30 | 1 | -0/+8 |
| | | |||||
| * | Add some simple disasm/ir examples | Fabrice Desclaux | 2018-12-10 | 1 | -0/+12 |
| | | |||||
| * | Remove malware sample | Fabrice Desclaux | 2018-08-30 | 1 | -0/+0 |
| | | |||||
| * | Use the dse_crackme compiled version | Ajax | 2018-08-30 | 1 | -0/+0 |
| | | |||||
| * | Test: add ppc32b tests | Fabrice Desclaux | 2018-03-04 | 1 | -0/+0 |
| | | |||||
| * | DSE: avoid using the same test.txt file in test, allowing parallelism | Ajax | 2017-09-06 | 1 | -3/+7 |
| | | |||||
| * | Examples: update api | Fabrice Desclaux | 2017-08-07 | 1 | -3/+19 |
| | | |||||
| * | Example: add irblock simplification example | Fabrice Desclaux | 2017-04-21 | 1 | -0/+15 |
| | | |||||
| * | Add an example illustrating DSE | Ajax | 2017-04-18 | 1 | -0/+104 |
| | | |||||
| * | Tests: add asm human | Fabrice Desclaux | 2017-02-17 | 1 | -0/+41 |
| | | |||||
| * | Tests: add win seh test | Fabrice Desclaux | 2016-08-31 | 1 | -0/+76 |
| | | |||||
| * | X86/arch: fix call @imm | serpilliere | 2016-04-24 | 1 | -4/+3 |
| | | |||||
| * | Test/depgraph: use z3 to remove unsatisfiable solutions | Fabrice Desclaux | 2016-03-17 | 1 | -0/+11 |
| | | |||||
| * | Test/aarch64: add unit test | Fabrice Desclaux | 2015-08-09 | 1 | -0/+17 |
| | | |||||
| * | Add aarch64l md5 sandbox and test | Fabrice Desclaux | 2015-08-09 | 1 | -0/+0 |
| | | |||||
| * | Test: add regression test for automod code | serpilliere | 2015-04-22 | 1 | -0/+40 |
| | | |||||
| * | Cpu: modify instructions' offset relative encoding | Fabrice Desclaux | 2015-04-01 | 1 | -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 api | Fabrice Desclaux | 2015-04-01 | 1 | -1/+1 |
| | | |||||
| * | Samples: smaller box_upx example | Fabrice Desclaux | 2015-03-20 | 1 | -0/+0 |
| | | |||||
| * | Tests: add x86_32 pop esp regression test | Fabrice Desclaux | 2015-02-10 | 1 | -0/+18 |
| | | |||||
| * | Example/ASM: Extract asm sources to sample dir | Camille Mougey | 2015-01-23 | 8 | -0/+189 |
| | | |||||
| * | Example: Move expression samples to sample directory | Camille Mougey | 2015-01-23 | 3 | -0/+26 |
| | | |||||
| * | Example/Sample: Remove unused file box.exe | Camille Mougey | 2015-01-23 | 1 | -0/+0 |
| | | |||||
| * | Examples: Move used samples to a common place: /samples | Camille Mougey | 2015-01-23 | 8 | -0/+114 |