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
/
jitter
/
memory_breakpoint.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-06
Use regex literals for re.* functions
Duncan Ogilvie
10
-16
/
+16
2024-01-06
Replace /!\ with [!] to fix a few warnings
Duncan Ogilvie
7
-11
/
+11
2024-01-06
Remove trailing whitespace
Duncan Ogilvie
5
-20
/
+20
2024-01-06
Update .gitignore to ignore virtual envs
Duncan Ogilvie
1
-1
/
+8
2023-07-07
fix compilation on cygwin
frank2
1
-1
/
+1
2023-04-24
ImpRec: recover_import without alignment hypothesis
Camille Mougey
1
-12
/
+28
2023-04-24
ImpRec: fix the search to actually use the ptrsize
Camille Mougey
1
-1
/
+1
2023-04-23
Add a sandbox example using the ImpRec strategy
Camille Mougey
2
-0
/
+59
2023-04-23
Add a "generic" import recovery strategy based on ImpRec
Camille Mougey
1
-0
/
+121
2023-04-23
Depgraph: add `.address_to_location` to help find the line and loc of an address
Camille Mougey
2
-7
/
+20
2023-04-23
Example: add support for symbol name in `address`
Camille Mougey
1
-1
/
+10
2023-04-23
Example: add a basic symbol_exec example
Camille Mougey
2
-0
/
+50
2023-04-23
Doc: add Sandbox + Disassembler/Lifter cheatsheet
Camille Mougey
5