Skip to content

Commit

Permalink
Update index.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
disconnect3d authored Jan 22, 2025
1 parent bd64617 commit cbbcc67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ const latest_tag_name = data.tag_name;
<img id="logo" src="/logo.png" alt="Logo pwndbg" />

<p>
Pwndbg is a fast, simple and lightweight tool for modern debugging. It improves
debugging experience with strength of GDB for low-level software developers,
hardware hackers, reverse engineers, and exploit developers. It provides
features crucial for efficient debugging in the world of low-level programming.
Pwndbg is a plugin for GDB and LLDB to make debugging suck less. It improves
debugging experience with for low-level developers, hardware hackers,
reverse engineers, and exploit developers. It is useful for security research
and provides features crucial for efficient debugging in the world of low-level programming.
</p>

<img src="/demo.gif" alt="Demo pwndbg" />
Expand Down

0 comments on commit cbbcc67

Please sign in to comment.