-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
1,934 additions
and
1,630 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
|
@@ -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). | ||
|
Oops, something went wrong.