New Paste :: Recent Pastes:: No Line Numbers
DLL ASM thing by Merlin
1
; fasm example of writing PE dynamic link library format PE console DLL entry DLL_init macro align value { rb (value-1) - (RVA $ + value-1) mod value } section '.code' code readable executable DLL_init: