Skip to content

Commit

Permalink
style(readme): update link style
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 8, 2024
1 parent 7c29c90 commit f9f5c9a
Showing 1 changed file with 5 additions and 25 deletions.
30 changes: 5 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,59 +66,39 @@ You can retrieve general binary file information, including file size, ownership

[![General analysis](website/src/assets/demo/binsider-general-analysis.gif)](https://binsider.dev/usage/general-analysis)

<p align="center">

<https://binsider.dev/usage/general-analysis>

</p>
➡️ <https://binsider.dev/usage/general-analysis>

### Static Analysis

You can analyze the ELF layout (such as sections, segments, symbols, and relocations) and navigate through them to get an in-depth understanding of the binary.

[![Static analysis](website/src/assets/demo/binsider-static-analysis.gif)](https://binsider.dev/usage/static-analysis)

<p align="center">

<https://binsider.dev/usage/static-analysis>

</p>
➡️ <https://binsider.dev/usage/static-analysis>

### Dynamic Analysis

It is possible to execute the binary and trace the system calls, signals, and the program's execution flow similar to [`strace(1)`](https://man7.org/linux/man-pages/man1/strace.1.html) and [`ltrace(1)`](https://man7.org/linux/man-pages/man1/ltrace.1.html).

[![Dynamic analysis](website/src/assets/demo/binsider-dynamic-analysis.gif)](https://binsider.dev/usage/dynamic-analysis)

<p align="center">

<https://binsider.dev/usage/dynamic-analysis>

</p>
➡️ <https://binsider.dev/usage/dynamic-analysis>

### String Extraction

Similar to the [`strings(1)`](https://linux.die.net/man/1/strings) command, `binsider` is able to extract strings from the binary file with the purpose of discovering interesting strings such as URLs, passwords, and other sensitive information.

[![String extraction](website/src/assets/demo/binsider-strings.gif)](https://binsider.dev/usage/strings)

<p align="center">

<https://binsider.dev/usage/strings>

</p>
➡️ <https://binsider.dev/usage/strings>

### Hexdump

`binsider` provides a rich dashboard along with a hexdump view to analyze the binary content in a structured manner.

[![Hexdump](website/src/assets/demo/binsider-hexdump.gif)](https://binsider.dev/usage/hexdump)

<p align="center">

<https://binsider.dev/usage/hexdump>

</p>
➡️ <https://binsider.dev/usage/hexdump>

## Acknowledgements

Expand Down

0 comments on commit f9f5c9a

Please sign in to comment.