Skip to content

Commit 1ea4137

Browse files
authored
Merge pull request #187 from disconnect3d/patch-1
Add Pwndbg PSoC project
2 parents 0b094fc + 9c7c786 commit 1ea4137

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

ideas.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,46 @@ <h2>
257257
<hr>
258258
</div>
259259
<!--- break --->
260+
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1 shuffleMe">
261+
<div class="pure-g">
262+
<div class="pure-u-1 pure-u-md-1-2 logo">
263+
<img src="https://avatars.githubusercontent.com/u/19614813?s=400&u=d84405db12ed7de7861ff7dad47dc5f0d1841f39&v=4" />
264+
</div>
265+
<div class="pure-u-1 pure-u-md-1-2">
266+
<h2>
267+
Pwndbg
268+
</h2>
269+
</div>
270+
</div>
271+
<br />
272+
Pwndbg is a plugin for GDB & LLDB that improves debugging experience for low-level software developers, hardware hackers, reverse engineers, security researchers or capture the flag security competition players.
273+
It helps with all this by providing a colorful TUI showing the user CPU register values, disassembled code, values on the stack memory, backtrace and list of current threads.
274+
The colors provide information where given pointers point to, and, the pointers are dereferenced to show what they contain. All this displayed context immediately helps in understanding what is going on in the debugged program.
275+
Pwndbg provides lots of useful commands, e.g., for dumping process information, inspecting glibc or linux kernel heap allocator metadata, finding pointers in memory, displaying stack canary/cookie values, getting a hexdump of memory, and many many more.
276+
Apart from this, Pwndbg provides an API that can be used to use or extend its features when users need to script some tasks in GDB or LLDB.
277+
<br />
278+
<br />
279+
Contributors can propose working on more than one idea, and then adjust time accordingly between them.
280+
If it makes sense, a projects could also be extended to large length.
281+
<div class="pure-g">
282+
<div class="pure-u-1 pure-u-md-1">
283+
<p>Contact Links</p>
284+
</div>
285+
<div class="pure-u-1 pure-u-md-1-2" style="text-align: center;">
286+
<p><a href="https://discord.gg/x47DssnGwm">Chat</a></p>
287+
</div>
288+
<div class="pure-u-1 pure-u-md-1-2" style="text-align: center;">
289+
<p><a href="https://pwndbg.re/">Homepage & Documentation</a></p>
290+
</div>
291+
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
292+
<p><a href="https://github.com/pwndbg/pwndbg/issues/3696" alt="Pwndbg ideas">Ideas Page</a></p>
293+
</div>
294+
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
295+
<p><a href="https://github.com/pwndbg/pwndbg/" alt="github.com/pwndbg/pwndbg">Source Code</a></p>
296+
</div>
297+
</div>
298+
<hr>
299+
</div>
260300
</div><!-- !container -->
261301

262302
<!-- Past here finishes out the list -->

0 commit comments

Comments
 (0)