about summary refs log tree commit diff stats
path: root/example/asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-132-4/+4
|
* All: rename vars bloc -> blockFabrice Desclaux2017-03-132-11/+11
|
* use python2 as executable name, give adequate permissionsAymeric Vincent2017-01-051-1/+1
|
* Example: updt elfesteem apiFabrice Desclaux2016-07-111-1/+1
|
* BasicBlocks: update examples with the new APIAjax2016-01-261-2/+1
|
* Autopep8Fabrice Desclaux2015-12-161-2/+2
|
* Update api according to ElfesteemFabrice Desclaux2015-12-161-2/+7
|
* Example: move output .txt to .dotAjax2015-11-091-1/+1
|
* Example/ASM: unused importAjax2015-11-061-2/+0
|
* Example/ASM: remove unused import in simple.pyAjax2015-11-061-2/+0
|
* Core/parse_asm: update parse_txt API useserpilliere2015-10-292-5/+5
|
* Asmbloc: updt apiFabrice Desclaux2015-04-011-2/+8
|
* Clean: remove unecessary ast_parser modificationFabrice Desclaux2015-04-011-9/+0
|
* Asmbloc: updt asmbloc apiFabrice Desclaux2015-04-012-5/+3
|
* Core/ASMBloc: resolve_symbol now returns only the resolved blocsCamille Mougey2015-01-261-1/+1
|
* Example/ASM: Add a minimalist exampleCamille Mougey2015-01-261-0/+37
|
* Example/ASM: Test the second ARM (arm_sc.S) exampleCamille Mougey2015-01-231-62/+0
|
* Example/ASM: Test the x86_64 exampleCamille Mougey2015-01-231-67/+0
|
* Example/ASM: Avoid duplicating code by using a common script shellcode.pyCamille Mougey2015-01-238-544/+110
|
* Example: Move asm's examples to a `asm` directoryCamille Mougey2015-01-239-0/+673