| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |