Skip to content

Commit

Permalink
Update 2024-05-27-Basic-Binary-Analysis-in-Linux.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xk4n3ki authored May 30, 2024
1 parent 769180a commit 7087895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-05-27-Basic-Binary-Analysis-in-Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ categories: [Binary Analysis]
tags: [Reversing, readelf, objdump, gdb]
---

[Practical Binary Analysis](https://practicalbinaryanalysis.com/) Book autholightgreen by Dennis Andriesse covers all major binary analysis topics in an accessible way, from binary formats, disassembly, and basic analysis to advanced techniques like binary instrumentation, taint analysis, and symbolic execution.
[Practical Binary Analysis](https://practicalbinaryanalysis.com/) Book authored by Dennis Andriesse covers all major binary analysis topics in an accessible way, from binary formats, disassembly, and basic analysis to advanced techniques like binary instrumentation, taint analysis, and symbolic execution.

This blog covers the concepts and exercises from Chapter 5 of the book, focusing on basic binary analysis in Linux. The author uses a CTF challenge to illustrate the tools and techniques used in binary analysis.

Expand Down

0 comments on commit 7087895

Please sign in to comment.