Skip to content

Commit

Permalink
chore(website): add text to hero
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 20, 2024
1 parent abfa2f1 commit 92ac3f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions website/src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,14 @@ import demoImage from '../../src/assets/binsider-general-tab.png';
/>
</div>

<p>

binsider gets inside of the ELF binaries.

It provides powerful tools for both static and dynamic analysis, offering features similar to readelf and strace.

It allows you to easily inspect strings, examine linked libraries, and perform a hexdump, all within a user-friendly terminal user interface.

</p>

<Default {...Astro.props}><slot /></Default>
2 changes: 1 addition & 1 deletion website/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ hero:
tagline: Analyze ELF binaries <i>like a boss</i>.
actions:
- text: Start hacking
link: /guides/get_started/
link: /guides/example/
icon: right-arrow
variant: primary
- text: Learn more
Expand Down

0 comments on commit 92ac3f6

Please sign in to comment.