Commit Graph

13 Commits

Author SHA1 Message Date
charif eccfd91d86
add kallsyms + klookup (#2462)
* Add kallsyms parser

* Add klookup command

* add klookup docs
2024-10-09 12:13:44 +02:00
k4lizen 88e1eb203e
better explain nearpc behaviour (#2340) 2024-08-07 10:44:01 +02:00
k4lizen 8f78932c5e
vis: interpret count as addr if its big enough (#2342) 2024-08-06 17:38:16 +02:00
Aaron Adams c85d16b246
fix trailing whitespace everywhere (#2188) 2024-05-29 19:40:19 -07:00
Niko bb4af280b0
Move Start section to the top, update commands. (#2006) 2024-02-01 17:00:32 +01:00
Niko 561169d97c
Add new docs theme with commands documentation. (#1999) 2024-01-10 19:13:51 +01:00
Olivia Lucca Fraser 78da129e50
GPT-3 Command for Pwndbg (#1589)
* ai plugin

* ai plugin ready to ship

* ai plugin ready to use

* textwrap on the ai's answer

* linted ai.py

* relaxed openai version requirement

* added pandas to requirements

* removed dependency on openai module, using requests instead

* removed dependency on openai module, using requests instead

* incorporating suggestions on PR

* added types requests and bumped requests version up to the version i'm using here

* lowering version req on requests for ubuntu 18 compat

* removed some 'if True' kludges that i was using to debug things at one point
2023-02-23 10:31:17 +01:00
Maria 30053d1a24 Add Documentation for Rizin
Updates documentation and adds help commands with the relevant rizin information.
2023-02-15 16:14:51 +00:00
Samanta Navarro 38c38aacfa Fix typos
Typos found with codespell.
2021-12-05 13:37:10 +01:00
Nicky Lim b73973392d fix typo in dd command 2021-09-19 17:30:28 +02:00
Paweł Płatek e3b910c5d5
Try heap (#744)
* start try_free_parser

* try_free_parser done, tests written

* add try_free to FEATURES.md

* rename current_heap to allocator
2020-04-27 14:02:09 +02:00
Anatoly Korniltsev 57cc3c2f14 Allow hexdump by module name, like vmmap (#683)
Implements #678
2019-11-03 18:44:54 +01:00
Stuart Nevans Locke 4696c4d25a Add mkdocs documentation (#639)
* Initial setup of mkdocs

* Add documentation for every command. Also put them in some structure

* Fix typo

* Fix newline

* Update index

* fix some leakfind errors

* Some more fixes

* Fix search

* More fix
2019-05-10 19:37:41 +02:00