Skip to content

Commit

Permalink
fieldset giftest
Browse files Browse the repository at this point in the history
  • Loading branch information
connar committed Feb 19, 2025
1 parent 1a42fea commit 6ea1037
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions content/posts/insideapefile.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ ShowToc = true
author = ["connar"]
+++

<style>
fieldset {
background: url('/img/test.gif') no-repeat center center;
background-size: cover;
border: 1px solid #ccc;
padding: 10px;
position: relative;
z-index: 2;
color: #dcdcdc;
font-weight: 500;
}
</style>

## Intro
In this post we will observe the fields a Portable Executable file (PE or also known as Image) has, how are they connected to each other and how can they be utilized to load addresses of functions, names of functions and ordinals - amongst other fields - by writing a program that reads and loads these parts of an executable. The executable we will be disassecting will be mspaint.exe.

Expand Down

0 comments on commit 6ea1037

Please sign in to comment.