Skip to content

Commit 418e869

Browse files
committed
Update to version 3.2
1 parent 2ee3dd1 commit 418e869

File tree

3 files changed

+1934
-1630
lines changed

3 files changed

+1934
-1630
lines changed

CHANGELOG

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
v3.2 - 11/01/2025
2+
-----------------
3+
4+
* New sessions format. Breaks compatibility with previous format. Sorry!
5+
6+
* Temporary hardware breakpoints and command to step over using hardware breakpoints.
7+
8+
* Commands to list and suspend threads.
9+
10+
* Display breakpoint number when adding new breakpoints.
11+
12+
* Additional information added to breakpoint list command.
13+
14+
* Improve commands help.
15+
16+
* Code formatting fixes.
17+
18+
* Fix arm64 command. Thanks dkmcgrath!
19+
20+
* Replace uuid property with GetUUIDString() method.
21+
122
v3.1beta - 25/12/2023
223
---------------------
324

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Original lldbinit code by Deroko @ https://github.com/deroko/lldbinit
1313
gdbinit available @ https://github.com/gdbinit/Gdbinit
1414

1515
(c) Deroko 2014, 2015, 2016
16-
(c) fG! 2017-2024 - [email protected] - https://reverse.put.as
16+
(c) fG! 2017-2025 - [email protected] - https://reverse.put.as
1717

1818
No original license by Deroko.
1919

@@ -35,6 +35,26 @@ Peter Nguyen maintains a [forked version](https://github.com/peternguyen93/lldbi
3535
[lisa.py](https://github.com/ant4g0nist/lisa.py) is also another good contender although focused on exploit dev.
3636

3737

38+
### What's new in version 3.2 (January 2025)
39+
40+
* New sessions format. Breaks compatibility with previous format. Sorry!
41+
42+
* Temporary hardware breakpoints and command to step over using hardware breakpoints.
43+
44+
* Commands to list and suspend threads.
45+
46+
* Display breakpoint number when adding new breakpoints.
47+
48+
* Additional information added to breakpoint list command.
49+
50+
* Improve commands help.
51+
52+
* Code formatting fixes.
53+
54+
* Fix arm64 command. Thanks dkmcgrath!
55+
56+
* Replace uuid property with GetUUIDString() method.
57+
3858
### What's new in version 3.1
3959

4060
* Disassembly comments like [x64dbg](https://x64dbg.com) and breakpoint sessions (to save and restore breakpoints).

0 commit comments

Comments
 (0)