Skip to content

Commit cbbcc67

Browse files
authored
Update index.astro
1 parent bd64617 commit cbbcc67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/index.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ const latest_tag_name = data.tag_name;
1313
<img id="logo" src="/logo.png" alt="Logo pwndbg" />
1414

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

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

0 commit comments

Comments
 (0)