index
:
miasm
this commit
ck/x86-blsi
develop
master
ta/arm64-ldsmaxb
ta/nix
ta/x86-adcx
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
example
/
expression
/
asm_to_ir.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-01-23
TestAll: Launch examples from their subdir, merge ExampleDir into Example
Camille Mougey
1
-30
/
+24
2015-01-23
Example/ASM: Avoid duplicating code by using a common script shellcode.py
Camille Mougey
9
-586
/
+171
2015-01-23
Analysis/Machine: Export base_expr
Camille Mougey
1
-0
/
+5
2015-01-23
Example/ASM: Extract asm sources to sample dir
Camille Mougey
8
-0
/
+189
2015-01-23
Example: Move disasm's examples to a `disasm` directory
Camille Mougey
5
-8
/
+21
2015-01-23
Example: Move asm's examples to a `asm` directory
Camille Mougey
10
-13
/
+20
2015-01-23
Example: Move jitter's examples to a `jitter` directory
Camille Mougey
8
-21
/
+26
2015-01-23
TestAll: Introduce ExampleDir, and use it for expressions (ExampleExpression)
Camille Mougey
1
-19
/
+41
2015-01-23
Example: Move expression samples to sample directory
Camille Mougey
4
-3
/
+4
2015-01-23
Example: Rename symbol_exec to single_instr in a specific symbol_exec directory
Camille Mougey
2
-3
/
+5
2015-01-23
Example: Rename Test Dis to Disasm Full
Camille Mougey
2
-12
/
+14
2015-01-23
Example/Test_Dis: OptParse to ArgParse
Camille Mougey
2
-84
/
+51
2015-01-23
Example/Test_dis: Reorganize and remove unused imports
Camille Mougey
1
-4
/
+4
2015-01-23
Example: Move and rename the IDA example to a specific example subdir
Camille Mougey
1
-0
/
+0
2015-01-23
Example: Rename Disasm_03 to Disasm_File
Camille Mougey
2
-1
/
+2
2015-01-23
Example/Disasm_03: Comment and expand variables names
Camille Mougey
1
-5
/
+5
2015-01-23
Example: Rename Disasm_02 to Disasm Function
Camille Mougey
2
-1
/
+1
2015-01-23
Example/Disasm_02: Comment and expand variables names
Camille Mougey
1
-7
/
+12
2015-01-23
Example: Rename Disasm_01 to Disasm_Single_Instr
Camille Mougey
2
-1
/
+1
2015-01-23
Example/Disasm_01: Reorganize and remove unused imports
Camille Mougey
1
-1
/
+1
2015-01-23
Example/Asm_box_x86_64: Reorganize and remove unused imports
Camille Mougey
1
-9
/
+8
2015-01-23
Example/Asm_x86: Reorganize and remove unused imports
Camille Mougey
1
-4
/
+4
2015-01-23
Example/Asm_msp430: Reorganize and remove unused imports
Camille Mougey
1
-9
/
+7
2015-01-23
Example/Asm_mips32: Reorganize and remove unused imports
Camille Mougey
1
-9
/
+7
2015-01-23
Example/Asm_box_x86_32_enc: Rename "e" to "pe"
Camille Mougey
1
-11
/
+11
2015-01-23
Example/Asm_x86_32_enc: Reorganize and remove unused imports
Camille Mougey
1
-9
/
+8
2015-01-23
Example/Asm_x86_32: Reorganize and remove unused imports
Camille Mougey
1
-3
/
+3
2015-01-23
Example/Asm_ARM_SC: Reorganize and remove unused imports
Camille Mougey
1
-9
/
+8
2015-01-23
Example/Asm_ARMT: Reorganize and remove unused imports
Camille Mougey
1
-6
/
+8
2015-01-23
Example/Asm_ARM: Reorganize and remove unused imports
Camille Mougey
1
-5
/
+5
2015-01-23
Example: Update comments (test_jit_* -> jit_*)
Camille Mougey
4
-4
/
+4
2015-01-23
Example: Rename test_jit_* to jit_*
Camille Mougey
6
-6
/
+6
2015-01-23
Example/Sample: Remove unused file box.exe
Camille Mougey
1
-0
/
+0
2015-01-23
Examples: Update x86_32_sc.bin location
Camille Mougey
1
-1
/
+2
2015-01-23
Examples: Update *.S location
Camille Mougey
1
-4
/
+8
2015-01-23
Examples/JitARM: Remove unused import, add comment and refactor
Camille Mougey
1
-13
/
+11
2015-01-23
Examples: Update md5_arm location
Camille Mougey
2
-2
/
+3
2015-01-23
Examples: Update box_upx.exe location
Camille Mougey
2
-4
/
+14
2015-01-23
Examples: Move used samples to a common place: /samples
Camille Mougey
8
-0
/
+0
2015-01-23
TestAll: Use only asm_box_x86_32 and .S files, to reduce copy/paste errors
Camille Mougey
1
-21
/
+13
2015-01-23
AsmBox: Extract assembly code from AsmBox examples
Camille Mougey
7
-266
/
+113
2015-01-23
AsmBox: Now, the example take the assembly file in input
Camille Mougey
1
-15
/
+11
2015-01-23
Example: AsmBox: fix imports and rename e -> pe
Camille Mougey
1
-18
/
+17
2015-01-23
Example: Remove unused imports in TestJit
Camille Mougey
1
-3
/
+1
2015-01-23
Added TranslatorZ3 to the Miasm test suite.
Florent Monjalet
3
-128
/
+135
2015-01-2