about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Example: Move asm's examples to a `asm` directoryCamille Mougey2015-01-2310-13/+20
|
* Example: Move jitter's examples to a `jitter` directoryCamille Mougey2015-01-238-21/+26
|
* TestAll: Introduce ExampleDir, and use it for expressions (ExampleExpression)Camille Mougey2015-01-231-19/+41
|
* Example: Move expression samples to sample directoryCamille Mougey2015-01-234-3/+4
|
* Example: Rename symbol_exec to single_instr in a specific symbol_exec directoryCamille Mougey2015-01-232-3/+5
|
* Example: Rename Test Dis to Disasm FullCamille Mougey2015-01-232-12/+14
|
* Example/Test_Dis: OptParse to ArgParseCamille Mougey2015-01-232-84/+51
|
* Example/Test_dis: Reorganize and remove unused importsCamille Mougey2015-01-231-4/+4
|
* Example: Move and rename the IDA example to a specific example subdirCamille Mougey2015-01-231-0/+0
|
* Example: Rename Disasm_03 to Disasm_FileCamille Mougey2015-01-232-1/+2
|
* Example/Disasm_03: Comment and expand variables namesCamille Mougey2015-01-231-5/+5
|
* Example: Rename Disasm_02 to Disasm FunctionCamille Mougey2015-01-232-1/+1
|
* Example/Disasm_02: Comment and expand variables namesCamille Mougey2015-01-231-7/+12
|
* Example: Rename Disasm_01 to Disasm_Single_InstrCamille Mougey2015-01-232-1/+1
|
* Example/Disasm_01: Reorganize and remove unused importsCamille Mougey2015-01-231-1/+1
|
* Example/Asm_box_x86_64: Reorganize and remove unused importsCamille Mougey2015-01-231-9/+8
|
* Example/Asm_x86: Reorganize and remove unused importsCamille Mougey2015-01-231-4/+4
|
* Example/Asm_msp430: Reorganize and remove unused importsCamille Mougey2015-01-231-9/+7
|
* Example/Asm_mips32: Reorganize and remove unused importsCamille Mougey2015-01-231-9/+7
|
* Example/Asm_box_x86_32_enc: Rename "e" to "pe"Camille Mougey2015-01-231-11/+11
|
* Example/Asm_x86_32_enc: Reorganize and remove unused importsCamille Mougey2015-01-231-9/+8
|
* Example/Asm_x86_32: Reorganize and remove unused importsCamille Mougey2015-01-231-3/+3
|
* Example/Asm_ARM_SC: Reorganize and remove unused importsCamille Mougey2015-01-231-9/+8
|
* Example/Asm_ARMT: Reorganize and remove unused importsCamille Mougey2015-01-231-6/+8
|
* Example/Asm_ARM: Reorganize and remove unused importsCamille Mougey2015-01-231-5/+5
|
* Example: Update comments (test_jit_* -> jit_*)Camille Mougey2015-01-234-4/+4
|
* Example: Rename test_jit_* to jit_*Camille Mougey2015-01-236-6/+6
|
* Example/Sample: Remove unused file box.exeCamille Mougey2015-01-231-0/+0
|
* Examples: Update x86_32_sc.bin locationCamille Mougey2015-01-231-1/+2
|
* Examples: Update *.S locationCamille Mougey2015-01-231-4/+8
|
* Examples/JitARM: Remove unused import, add comment and refactorCamille Mougey2015-01-231-13/+11
|
* Examples: Update md5_arm locationCamille Mougey2015-01-232-2/+3
|
* Examples: Update box_upx.exe locationCamille Mougey2015-01-232-4/+14
|
* Examples: Move used samples to a common place: /samplesCamille Mougey2015-01-238-0/+0
|
* TestAll: Use only asm_box_x86_32 and .S files, to reduce copy/paste errorsCamille Mougey2015-01-231-21/+13
|
* AsmBox: Extract assembly code from AsmBox examplesCamille Mougey2015-01-237-266/+113
|
* AsmBox: Now, the example take the assembly file in inputCamille Mougey2015-01-231-15/+11
|
* Example: AsmBox: fix imports and rename e -> peCamille Mougey2015-01-231-18/+17
|
* Example: Remove unused imports in TestJitCamille Mougey2015-01-231-3/+1
|
* Merge pull request #41 from fmonjalet/translator_z3Camille Mougey2015-01-234-0/+343
|\ | | | | TranslatorZ3
| * Added TranslatorZ3 to the Miasm test suite.Florent Monjalet2015-01-233-128/+135
| |
| * Added two test cases for Z3MemFlorent Monjalet2015-01-221-0/+23
| |
| * TranslatorZ3: refactor, doc and heavier unit testsFlorent Monjalet2015-01-221-27/+135
| | | | | | | | | | | | refactor: moved endianness handling to Z3Mem heavier unit tests: added automatic asserts for every tests. Might have to move to a real test file though...
| * Introducing TranslatorZ3, translates Miasm IR into Z3 python binding objects.Florent Monjalet2015-01-221-0/+200
| |
| * Resolved conflict on miasm2/ir/translators/__init__.pyFlorent Monjalet2015-01-221-0/+5
|/
* Merge pull request #44 from commial/refactor-translators-importsserpilliere2015-01-221-3/+4
|\ | | | | IR/Translators: No more usage of wild import
| * IR/Translators: No more usage of wild importCamille Mougey2015-01-211-3/+4
|/
* Example/TestAll: Fix a typography (TAGS indirection must be used)Camille Mougey2015-01-211-1/+1
|
* Merge pull request #43 from cea-sec/example-clean-extractpeserpilliere2015-01-211-42/+0
|\ | | | | Example: Delete extract_pe_ressources
| * Example: Delete extract_pe_ressourcesCamille Mougey2015-01-211-42/+0
|/