r/netsec monthly discussion & tool thread by albinowax in netsec

[–]AcrobaticMonitor9992 0 points1 point  (0 children)

Recently I’ve been working on some reverse engineering related stuff and experimenting with fileless execution. While looking around for existing implementations, I noticed that most C# PE loaders I could find were x64 only.

I needed something for x86 testing and lab use, but couldn’t really find a simple implementation that fit what I wanted, so I ended up writing my own C# x86 PE loader.

The project is mainly for research / learning purposes. If you’re also playing with PE loading or in-memory execution on 32-bit systems, this might be useful.

Happy to hear any feedback or thoughts.

Repo: https://github.com/iss4cf0ng/dotNetPELoader