File tree Expand file tree Collapse file tree 3 files changed +1934
-1630
lines changed
Expand file tree Collapse file tree 3 files changed +1934
-1630
lines changed Original file line number Diff line number Diff line change 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+
122v3.1beta - 25/12/2023
223---------------------
324
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Original lldbinit code by Deroko @ https://github.com/deroko/lldbinit
1313gdbinit 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
1818No 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).
You can’t perform that action at this time.
0 commit comments