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
2023-04-18
Release v0.1.5
Fabrice Desclaux
1
-0
/
+4
2023-04-18
Fix setup header
Fabrice Desclaux
1
-7
/
+18
2023-04-05
Release v0.1.4
Fabrice Desclaux
1
-0
/
+51
2023-04-05
Use llvmlite package
Fabrice Desclaux
2
-7
/
+4
2022-11-03
Remove Python 2.7 from CI
Duncan Ogilvie
2
-15
/
+3
2022-11-03
Create the build directory to fix pip install build
Duncan Ogilvie
1
-0
/
+2
2022-10-18
Restore python 2.7 support
Duncan Ogilvie
1
-14
/
+16
2022-10-18
Further improve the user experience when building on Windows
Duncan Ogilvie
2
-41
/
+106
2022-10-14
Allow building on Windows without a Visual Studio command prompt
Duncan Ogilvie
1
-1
/
+4
2022-05-27
CI: install LLVM 8 before fetching llvmlite
Camille Mougey
1
-3
/
+6
2022-05-27
CI: add python3.10
Camille Mougey
1
-1
/
+1
2022-05-23
[x86] add missing Expression EIP when using address-size prefix for RIP-relat...
w4kfu
1
-1
/
+1
2022-03-25
Fix memory breakpoint display in debugger
William Bruneau
1
-3
/
+3
2022-03-24
Compatibility of our tests with unittest
Ivan “CLOVIS” Canet
3
-7
/
+68
2022-03-21
Short explanation of memory interferences
Ivan “CLOVIS” Canet
1
-0
/
+2
2022-03-21
Fixed incorrect path in solve_condition_stp
Ivan “CLOVIS” Canet
1
-13
/
+12
2022-03-21
Fixed output file name in graph_dataflow
Ivan “CLOVIS” Canet
1
-2
/
+4
2022-03-21
Fixed usage for constant_propagation, depgraph & graph_dataflow
Ivan “CLOVIS” Canet
3
-3
/
+3
2022-03-15
Fixed no-op in example/expression/simplification_add
Ivan “CLOVIS” Canet
1
-8
/
+13
2022-03-08
Fixed documentation in shellcode.py
Ivan “CLOVIS” Canet
1
-1
/
+1
2022-02-23
Add test for memory breakpoint example
William Bruneau
2
-1
/
+7
2022-02-23
Add memory breakpoints in debugger and examples
William Bruneau
5
-19
/
+122
2022-02-17
Fix ctype_propagation.py example
William Bruneau
2
-3
/
+3
2022-02-15
fix bug of cb_arm_fix_call
ling
1
-1
/
+1
2022-01-26
Fix delayslot to support pickle
Fabrice Desclaux
9
-13
/
+2
2022-01-14
Implements syscall handler for mips32b + minimal Linux environment
icecr4ck@protonmail.com
4
-1
/
+66
2022-01-04
Fix collections
William Bruneau
2
-6
/
+9
2021-12-29
exclude all compiled Python files
Gabriele N. Tornetta
1
-1
/
+1
2021-12-27
Minor modifications (incl. typos)
Elias Bachaalany
2
-3
/
+3
2021-12-13
Fix export generation
Fabrice Desclaux
1
-10
/
+14
2021-12-06
Fix html; Add reg test
Fabrice Desclaux
8
-4
/
+13
2021-12-01
Colorize ir/asm
Fabrice Desclaux
13
-13
/
+485
2021-11-29
Fixed symbexec example to work for newer IDA (7.6)
Elias Bachaalany
1
-1
/
+1
2021-11-12
Fixed "POP reg_sp" in all modes
Elias Bachaalany
1
-2
/
+2
2021-10-29
Add aarch64 strlrxx
Fabrice Desclaux
2
-1
/
+9
2021-10-29
Add m68k jitter arch
Fabrice Desclaux
3
-0
/
+533
2021-10-25
ci: pin pyparsing dependency
Gabriele N. Tornetta
3
-3
/
+6
2021-10-25
chore: add generated files to gitignore file
Gabriele N. Tornetta
1
-1
/
+6
2021-10-19
Add get_export to reg tests
Fabrice Desclaux
1
-0
/
+5
2021-10-13
Test expressions interferences
Fabrice Desclaux
2
-0
/
+112
2021-10-12
Fix expr propag names
Fabrice Desclaux
1
-13
/
+13
2021-09-04
Raise IOError on out of bound pe reading
Fabrice Desclaux
1
-1
/
+3
2021-09-04
Fix analysis on incomplete ircfg graphs
Fabrice Desclaux
1
-0
/
+4
2021-09-04
Add flag cst simplification
Fabrice Desclaux
2
-1
/
+18
2021-09-03
Clean encode's value check
pengc
4
-35
/
+4
2021-08-31
Fix kernel32_WideCharToMultiByte
Théo Combe
1
-1
/
+4
2021-08-23
Add github actions
Fabrice Desclaux
4
-2
/
+119
2021-08-17
Fix interference computation
Fabrice Desclaux
1
-4
/
+8
2021-08-02
Fix interfer computation
Fabrice Desclaux
1
-4
/
+15
2021-07-03
x86_64 Fix multiple REX prefix instruction disasm (#1376)
Konstantin Komarov
2
-3
/
+14
[next]