about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Machine: add jit/arch log propertiesFabrice Desclaux2014-11-171-19/+49
* Merge pull request #3 from commial/feature-binaryserpilliere2014-11-043-74/+180
|\
| * TestDis: fix importsCamille Mougey2014-11-032-6/+2
| * TestDis: update example to use ContainerCamille Mougey2014-11-032-35/+9
| * Container: Refactor in class and subclass for PE, ELF and UnknownCamille Mougey2014-11-031-40/+144
| * Container: update API with full wordsCamille Mougey2014-11-031-1/+18
| * Container: Fix import, refactor file readingCamille Mougey2014-11-031-1/+3
| * Container: Refactor and commentCamille Mougey2014-11-031-1/+14
* | Merge pull request #2 from commial/feature-test-tagsserpilliere2014-11-043-65/+136
|\ \ | |/ |/|
| * TestAll: Use tag "llvm" to filter LLVM dependent test unitsCamille Mougey2014-11-031-11/+9
| * TestAll: Merge and tag tests, handle "ommit-tags" argumentCamille Mougey2014-11-031-54/+96
| * Test/Utils: Add "filter_tags" to filter test units according to a tag listCamille Mougey2014-11-031-0/+28
| * Test/Utils: Add "tags" attribute to tag test unitsCamille Mougey2014-11-031-3/+6
|/
* Merge branch 'issue-garbage-upx'Camille Mougey2014-10-312-14/+40
|\
| * TestAll: Add products for 'unpack_upx' exampleCamille Mougey2014-10-311-2/+8
| * TestSet: Avoid error on duplicate products cleaningCamille Mougey2014-10-311-12/+32
|/
* X86/Jit: support api for 64 bit emulationFabrice Desclaux2014-10-311-0/+64
* Jitter: Support shift/rot for 64 bitsFabrice Desclaux2014-10-312-13/+24
* Expression: fix umod/udiv in expression simplificationFabrice Desclaux2014-10-312-2/+15
* Merge pull request #1 from commial/feature-gitignoreserpilliere2014-10-302-3/+6
|\
| * GIT: HGignore -> GITignoreCamille Mougey2014-10-302-3/+6
|/
* mergeFabrice Desclaux2014-10-221-2/+2
|\
| * Machine: Update available machine listajax2014-10-211-2/+2
* | mergeFabrice Desclaux2014-10-207-458/+656
|\|
| * TestAll: Update test all to use test utilsajax2014-10-171-458/+218
| * Test/utils: Add utils for running testsajax2014-10-176-0/+438
* | x86 jit: avoid whoami callFabrice Desclaux2014-10-171-2/+3
* | sandbox: missing import (tx to N.Pourcelot)Fabrice Desclaux2014-10-161-0/+1
* | vm2pe: fix min/max default addressFabrice Desclaux2014-10-161-4/+9
* | Sandbox: fix address as argumentFabrice Desclaux2014-10-161-1/+1
* | win_32_api: update createfileFabrice Desclaux2014-10-161-1/+12
|/
* os_dep: missing fileFabrice Desclaux2014-10-111-0/+64
* x86 sem: fix 16bits push/popFabrice Desclaux2014-10-101-4/+8
* Reg test: add arm jit little/big endianFabrice Desclaux2014-10-096-27/+126
* Arch/jit: add endianess support jittersFabrice Desclaux2014-10-0922-101/+191
* Jitter: add endianess supportFabrice Desclaux2014-10-093-21/+60
* Arm/arch: suppport arml/armb and armtl/armtbFabrice Desclaux2014-10-091-52/+48
* asmbloc: remove un needed mode in asm functionFabrice Desclaux2014-10-0813-30/+40
* os_dep: factor code in common moduleFabrice Desclaux2014-10-071-58/+18
* Sandbox: add arm archFabrice Desclaux2014-10-073-56/+57
* arm/jit: Add custom handlersFabrice Desclaux2014-10-071-6/+24
* Move os_dep out of the jitter moduleFabrice Desclaux2014-10-0710-8/+8
* Remove vm_ prefix /!\ API MODIFFabrice Desclaux2014-10-0726-397/+397
* mergeFabrice Desclaux2014-10-061-2/+3
|\
| * Jitload: vm2pe default min_addr is the first section rvaFabrice Desclaux2014-10-031-2/+3
* | Arm: fix carry flag in sub operation; update reg testsFabrice Desclaux2014-10-063-45/+75
* | JitLoad: Rewrite & comment 'gen_new_lib'ajax2014-10-031-18/+34
|/
* Example: Update example descriptionsajax2014-10-022-2/+2
* Sandbox: Pass arguments to parser initajax2014-10-021-3/+4
* UnpackUPX: myjit -> jitterajax2014-10-021-7/+7