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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Example: Move asm's examples to a `asm` directory
Camille Mougey
2015-01-23
9
-0
/
+0
|
*
Example: Move jitter's examples to a `jitter` directory
Camille Mougey
2015-01-23
7
-0
/
+0
|
*
Example: Move expression samples to sample directory
Camille Mougey
2015-01-23
3
-0
/
+0
|
*
Example: Rename symbol_exec to single_instr in a specific symbol_exec directory
Camille Mougey
2015-01-23
1
-0
/
+0
|
*
Example: Rename Test Dis to Disasm Full
Camille Mougey
2015-01-23
1
-0
/
+0
|
*
Example/Test_Dis: OptParse to ArgParse
Camille Mougey
2015-01-23
1
-81
/
+49
|
*
Example/Test_dis: Reorganize and remove unused imports
Camille Mougey
2015-01-23
1
-4
/
+4
|
*
Example: Move and rename the IDA example to a specific example subdir
Camille Mougey
2015-01-23
1
-0
/
+0
|
*
Example: Rename Disasm_03 to Disasm_File
Camille Mougey
2015-01-23
1
-0
/
+0
|
*
Example/Disasm_03: Comment and expand variables names
Camille Mougey
2015-01-23
1
-5
/
+5
|
*
Example: Rename Disasm_02 to Disasm Function
Camille Mougey
2015-01-23
1
-0
/
+0
|
*
Example/Disasm_02: Comment and expand variables names
Camille Mougey
2015-01-23
1
-7
/
+12
|
*
Example: Rename Disasm_01 to Disasm_Single_Instr
Camille Mougey
2015-01-23
1
-0
/
+0
|
*
Example/Disasm_01: Reorganize and remove unused imports
Camille Mougey
2015-01-23
1
-1
/
+1
|
*
Example/Asm_box_x86_64: Reorganize and remove unused imports
Camille Mougey
2015-01-23
1
-9
/
+8
|
*
Example/Asm_x86: Reorganize and remove unused imports
Camille Mougey
2015-01-23
1
-4
/
+4
|
*
Example/Asm_msp430: Reorganize and remove unused imports
Camille Mougey
2015-01-23
1
-9
/
+7
|
*
Example/Asm_mips32: Reorganize and remove unused imports
Camille Mougey
2015-01-23
1
-9
/
+7
|
*
Example/Asm_box_x86_32_enc: Rename "e" to "pe"
Camille Mougey
2015-01-23
1
-11
/
+11
|
*
Example/Asm_x86_32_enc: Reorganize and remove unused imports
Camille Mougey
2015-01-23
1
-9
/
+8
|
*
Example/Asm_x86_32: Reorganize and remove unused imports
Camille Mougey
2015-01-23
1
-3
/
+3
|
*
Example/Asm_ARM_SC: Reorganize and remove unused imports
Camille Mougey
2015-01-23
1
-9
/
+8
|
*
Example/Asm_ARMT: Reorganize and remove unused imports
Camille Mougey
2015-01-23
1
-6
/
+8
|
*
Example/Asm_ARM: Reorganize and remove unused imports
Camille Mougey
2015-01-23
1
-5
/
+5
|
*
Example: Update comments (test_jit_* -> jit_*)
Camille Mougey
2015-01-23
4
-4
/
+4
|
*
Example: Rename test_jit_* to jit_*
Camille Mougey
2015-01-23
5
-0
/
+0
|
*
Example/Sample: Remove unused file box.exe
Camille Mougey
2015-01-23
1
-0
/
+0
|
*
Examples/JitARM: Remove unused import, add comment and refactor
Camille Mougey
2015-01-23
1
-13
/
+11
|
*
Examples: Update md5_arm location
Camille Mougey
2015-01-23
1
-1
/
+1
|
*
Examples: Update box_upx.exe location
Camille Mougey
2015-01-23
1
-1
/
+1
|
*
Examples: Move used samples to a common place: /samples
Camille Mougey
2015-01-23
8
-0
/
+0
|
*
AsmBox: Extract assembly code from AsmBox examples
Camille Mougey
2015-01-23
7
-266
/
+113
|
*
AsmBox: Now, the example take the assembly file in input
Camille Mougey
2015-01-23
1
-15
/
+11
|
*
Example: AsmBox: fix imports and rename e -> pe
Camille Mougey
2015-01-23
1
-18
/
+17
|
*
Example: Remove unused imports in TestJit
Camille Mougey
2015-01-23
1
-3
/
+1
|
*
Example: Delete extract_pe_ressources
Camille Mougey
2015-01-21
1
-42
/
+0
|
*
Example: Remove unused loader.elf imports
Camille Mougey
2014-12-20
4
-6
/
+1
|
*
Example: Update expr_translate to use Miasm translator and take in account #23
Camille Mougey
2014-12-16
1
-12
/
+13
|
*
Example: Add a new example using C & Python translation
Camille Mougey
2014-12-14
1
-0
/
+42
|
*
Example: Add an example for ExprRandom
Camille Mougey
2014-12-10
1
-0
/
+30
|
*
UnpackUPX: remove unused variable
Camille Mougey
2014-12-03
1
-3
/
+2
|
*
UnpackUPX: reorganize import, remove useless ones
Camille Mougey
2014-12-03
1
-4
/
+3
|
*
Jitter: update API
Fabrice Desclaux
2014-12-03
4
-4
/
+4
|
*
Update test_ida to use bin_stream_ida
Fabrice Desclaux
2014-12-03
1
-61
/
+25
|
*
TestDis: fix imports
Camille Mougey
2014-11-03
2
-6
/
+2
|
*
TestDis: update example to use Container
Camille Mougey
2014-11-03
2
-35
/
+9
|
*
Reg test: add arm jit little/big endian
Fabrice Desclaux
2014-10-09
3
-6
/
+49
|
*
Arch/jit: add endianess support jitters
Fabrice Desclaux
2014-10-09
6
-39
/
+52
|
*
asmbloc: remove un needed mode in asm function
Fabrice Desclaux
2014-10-08
12
-22
/
+33
|
*
Sandbox: add arm arch
Fabrice Desclaux
2014-10-07
1
-54
/
+18
|
[next]