Skip to content

Commit

Permalink
fix cheatsheet and content nitpicks
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoshell committed Mar 3, 2024
1 parent 6092302 commit 0be49a6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added public/CheatSheet.pdf
Binary file not shown.
8 changes: 4 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cd pwndbg

<p class="instructions">
We supports various Linux distributions.<br />
Instalation can be down also with standalone packaged binaries.<br />
Instalation can be done also with standalone packaged binaries.<br />
<strong>Do you want more?</strong> Please check our code repository and hack with us!
</p>

Expand All @@ -39,15 +39,15 @@ cd pwndbg
<Card
href="https://pwndbg.github.io/pwndbg"
title="Documentation"
body="Learn how pwndbg works and explore the official API docs."
body="Learn how pwndbg works and explore the official docs."
/>
<Card
href="https://github.com/pwndbg/pwndbg/"
title="Source Code"
body="Supercharge your project with new frameworks and libraries."
body="Supercharge your debugging experience."
/>
<Card
href="https://cdn.discordapp.com/attachments/1141077572587892857/1174249242882220114/CheatSheet.pdf"
href="/CheatSheet.pdf"
title="CheatSheet"
body="The most important and commonly used commands for easy reference."
/>
Expand Down

0 comments on commit 0be49a6

Please sign in to comment.