about summary refs log tree commit diff stats
path: root/example/asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed documentation in shellcode.pyIvan “CLOVIS” Canet2022-03-081-1/+1
* Update api according to loc_db updateFabrice Desclaux2020-08-312-2/+1
* Avoid generate default locationdbFabrice Desclaux2020-08-312-4/+8
* Rename elfesteem loaderFabrice Desclaux2019-03-051-2/+2
* Include elfesteem fork in miasmPierre LALET2019-03-051-2/+2
* Rename miasm2 to miasmFabrice Desclaux2019-03-052-7/+7
* Support python2/python3Fabrice Desclaux2019-03-052-21/+41
* Update symbol_pool's deprecated API -> LocationDBAjax2018-07-032-8/+9
* symbol_pool -> loc_dbAjax2018-07-032-12/+13
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-092-11/+13
* Core: updt parser structureFabrice Desclaux2018-05-141-1/+4
* 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