Skip to content

Commit

Permalink
Update to version 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbinit committed Jan 11, 2025
1 parent 2ee3dd1 commit 418e869
Show file tree
Hide file tree
Showing 3 changed files with 1,934 additions and 1,630 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
v3.2 - 11/01/2025
-----------------

* New sessions format. Breaks compatibility with previous format. Sorry!

* Temporary hardware breakpoints and command to step over using hardware breakpoints.

* Commands to list and suspend threads.

* Display breakpoint number when adding new breakpoints.

* Additional information added to breakpoint list command.

* Improve commands help.

* Code formatting fixes.

* Fix arm64 command. Thanks dkmcgrath!

* Replace uuid property with GetUUIDString() method.

v3.1beta - 25/12/2023
---------------------

Expand Down
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Original lldbinit code by Deroko @ https://github.com/deroko/lldbinit
gdbinit available @ https://github.com/gdbinit/Gdbinit

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

No original license by Deroko.

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


### What's new in version 3.2 (January 2025)

* New sessions format. Breaks compatibility with previous format. Sorry!

* Temporary hardware breakpoints and command to step over using hardware breakpoints.

* Commands to list and suspend threads.

* Display breakpoint number when adding new breakpoints.

* Additional information added to breakpoint list command.

* Improve commands help.

* Code formatting fixes.

* Fix arm64 command. Thanks dkmcgrath!

* Replace uuid property with GetUUIDString() method.

### What's new in version 3.1

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

0 comments on commit 418e869

Please sign in to comment.