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
/
mips32.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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