├── Helper.asm ├── LICENSE ├── PowerLoad3r.c ├── PowerLoad3r.h ├── PowerLoad3r.sln ├── PowerLoad3r.vcxproj ├── PowerLoad3r.vcxproj.filters ├── PowerLoad3r.vcxproj.user ├── README.md └── imgs ├── PowerLoad3r1.png ├── PowerLoad3r2.png └── antiscanme.png /Helper.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xNinjaCyclone/PowerLoad3r/HEAD/Helper.asm -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xNinjaCyclone/PowerLoad3r/HEAD/LICENSE -------------------------------------------------------------------------------- /PowerLoad3r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xNinjaCyclone/PowerLoad3r/HEAD/PowerLoad3r.c -------------------------------------------------------------------------------- /PowerLoad3r.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xNinjaCyclone/PowerLoad3r/HEAD/PowerLoad3r.h -------------------------------------------------------------------------------- /PowerLoad3r.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xNinjaCyclone/PowerLoad3r/HEAD/PowerLoad3r.sln -------------------------------------------------------------------------------- /PowerLoad3r.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xNinjaCyclone/PowerLoad3r/HEAD/PowerLoad3r.vcxproj -------------------------------------------------------------------------------- /PowerLoad3r.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xNinjaCyclone/PowerLoad3r/HEAD/PowerLoad3r.vcxproj.filters -------------------------------------------------------------------------------- /PowerLoad3r.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xNinjaCyclone/PowerLoad3r/HEAD/PowerLoad3r.vcxproj.user -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xNinjaCyclone/PowerLoad3r/HEAD/README.md -------------------------------------------------------------------------------- /imgs/PowerLoad3r1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xNinjaCyclone/PowerLoad3r/HEAD/imgs/PowerLoad3r1.png -------------------------------------------------------------------------------- /imgs/PowerLoad3r2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xNinjaCyclone/PowerLoad3r/HEAD/imgs/PowerLoad3r2.png -------------------------------------------------------------------------------- /imgs/antiscanme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xNinjaCyclone/PowerLoad3r/HEAD/imgs/antiscanme.png --------------------------------------------------------------------------------