sch3m4 / dropasm

Simple dropper example written in ASM

Home Page:http://safetybits.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASM Dropper
===========

This is a very simple dropper written in ASM using FASM, for MS Windows environments.

This example loads the resources such as libraries and API addresses at runtime by looking for
kernel32.dll base in the stack (I've another version using PEB to get the kernel32.dll base address
somewhere in my backups, but isn't too dificult to implement it).

About

Simple dropper example written in ASM

http://safetybits.net


Languages

Language:Assembly 100.0%