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
/
asm
/
shellcode.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-01-26
Update setup & tests
Fabrice Desclaux
8
-37
/
+26
2025-01-24
Fix xdot output
Fabrice Desclaux
6
-30
/
+27
2024-08-19
fix expression division and add test
woni
2
-2
/
+8
2024-08-13
Fixes #1500
Alex
1
-6
/
+6
2024-08-10
Add regression test for aarch64_immhi_page
AeonLucid
1
-1
/
+4
2024-08-04
Fix compilation for FreeBSD OS
Alex
1
-1
/
+1
2024-08-03
Fix typo in aarch64_immhi_page decode
AeonLucid
1
-1
/
+1
2024-05-14
Fixing error with installation on windows with cp1251
Vladimir Martianov
1
-1
/
+1
2024-04-28
fix: bin_stream get_u8 returning bytes
Psyi Rius
1
-1
/
+4
2024-04-27
Fix add/sub aarch64
Fabrice Desclaux
2
-2
/
+10
2024-04-06
Add link to the doc folder in README
W0ni
1
-1
/
+1
2024-04-04
Fix typo
W0ni
1
-1
/
+1
2024-04-04
Apply @W0ni suggestions
Camille Mougey
1
-5
/
+6
2024-04-03
Doc: add a notebook on emulation API
Camille Mougey
2
-0
/
+543
2024-03-18
Fix typos found by codespell
Dimitri Papadopoulos
10
-16
/
+16
2024-03-14
Remove misleading comment
W0ni
1
-1
/
+1
2024-03-14
Add MOV and MOVS tests for [AL]SR
woni
1
-1
/
+6
2024-02-25
Fix display format for jitter breakpoint example
W0ni
1
-4
/
+4
2024-01-16
Improve CreateFile flags parsing
woni
1
-6
/
+9
2024-01-06
Replace deprecated use of 'imp' module
Duncan Ogilvie
1
-2
/
+3
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
2024-01-04
Unlock pyparsing version
William Bruneau
3
-3
/
+3
2023-09-13
Add tests for MOVS and isThumb utility function
woni
2
-0
/
+54
2023-09-13
Fix disassembly bug
woni
2
-2
/
+6
2023-09-06
Add RRX support inside instructions
woni
1
-0
/
+50
2023-09-06
Add shifters for instructions that use shifter carry
woni
1
-76
/
+154
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