Skip to content

Programming

Fernando Mercês edited this page Sep 28, 2021 · 7 revisions

The flat assembler (fasm) can be very useful while reversing stuff. For example, you may want to create an executable from a binary payload (some people would call it a "shellcode to executable conversion") this way:

Also, there are many interesting source code examples in the %AppFolder%\fasm\examples directory.

Clone this wiki locally