You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -35,12 +35,16 @@ Peter Nguyen maintains a [forked version](https://github.com/peternguyen93/lldbi
35
35
[lisa.py](https://github.com/ant4g0nist/lisa.py) is also another good contender although focused on exploit dev.
36
36
37
37
38
-
### What's new in version 3.1beta
38
+
### What's new in version 3.1
39
39
40
40
* Disassembly comments like [x64dbg](https://x64dbg.com) and breakpoint sessions (to save and restore breakpoints).
41
41
42
42
* Bug fixes and small improvements.
43
43
44
+
* Merged further anti-anti-debugging and ARM64 by mnrkbys and added tests/examples
45
+
46
+
* Workarounds for some newer lldb regressions
47
+
44
48
Check `MANUAL.md` for details about these new features. Please submit issues with any bugs and ideas/suggestions for these features. I tried to find the best balance but certain lldb constraints are annoying here.
45
49
46
50
### What's new in version 3.0
@@ -71,7 +75,7 @@ Check `MANUAL.md` for details about these new features. Please submit issues wit
71
75
72
76
Supports x86_64, i386, and arm64 targets. The i386 target as long been deprecated in macOS but supporting for now isn't a lot extra work and I hate when tools don't work when you need them (such as reversing old malware or cracking old stuff).
73
77
74
-
Tested with Xcode 9.4.1, 10.x, 12.x, 14.x (x86_64 and arm64). Python 2.x and 3.x compatible.
78
+
Tested with Xcode 9.4.1, 10.x, 12.x, 14.x, 15.x (x86_64 and arm64). Python 2.x and 3.x compatible.
75
79
76
80
Optional Keystone Engine (https://www.keystone-engine.org) can be installed for assembler support.
0 commit comments