├── 64BitHelper.h ├── AdjustStack.asm ├── AdjustStack.obj ├── GetProcWithHash.h ├── README.md ├── WorkCallback.asm ├── WorkCallback.obj ├── function_link_order.txt ├── function_link_order64.txt ├── main.c ├── myStager.sln ├── myStager.vcxproj ├── myStager.vcxproj.filters └── myStager.vcxproj.user /64BitHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/StagerDemo/HEAD/64BitHelper.h -------------------------------------------------------------------------------- /AdjustStack.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/StagerDemo/HEAD/AdjustStack.asm -------------------------------------------------------------------------------- /AdjustStack.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/StagerDemo/HEAD/AdjustStack.obj -------------------------------------------------------------------------------- /GetProcWithHash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/StagerDemo/HEAD/GetProcWithHash.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/StagerDemo/HEAD/README.md -------------------------------------------------------------------------------- /WorkCallback.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/StagerDemo/HEAD/WorkCallback.asm -------------------------------------------------------------------------------- /WorkCallback.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/StagerDemo/HEAD/WorkCallback.obj -------------------------------------------------------------------------------- /function_link_order.txt: -------------------------------------------------------------------------------- 1 | ExecutePayload 2 | GetProcAddressWithHash -------------------------------------------------------------------------------- /function_link_order64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/StagerDemo/HEAD/function_link_order64.txt -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/StagerDemo/HEAD/main.c -------------------------------------------------------------------------------- /myStager.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/StagerDemo/HEAD/myStager.sln -------------------------------------------------------------------------------- /myStager.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/StagerDemo/HEAD/myStager.vcxproj -------------------------------------------------------------------------------- /myStager.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/StagerDemo/HEAD/myStager.vcxproj.filters -------------------------------------------------------------------------------- /myStager.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/StagerDemo/HEAD/myStager.vcxproj.user --------------------------------------------------------------------------------