Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
connar committed Jun 18, 2024
1 parent 62db570 commit 04a1deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/posts/insideapefile.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ We have successfully evaluated that our code works correctly!
## Summing up
In this post we loaded a PE file, navigated through its headers and got the information we initially targeted for. The following picture really helps you to remember what to aim for and how to move around inside the PE:
[Data Directories](/posts/insideapefile/insideapefile11.png)
![PE clearer](/posts/insideapefile/insideapefile11.png)
So this program was a simple PoC to see how you can move around the headers and how to actually access them. On a more abstruct depiction, our code did the following:
Expand Down

0 comments on commit 04a1deb

Please sign in to comment.