├── CatApexCPP.aps ├── CatApexCPP.rc ├── CatApexCPP.vcxproj ├── CatApexCPP.vcxproj.filters ├── CatApexCPP.vcxproj.user ├── DrawCallBack.cpp ├── DrawCallBack.h ├── DrawEng.cpp ├── DrawEng.h ├── DriverHelp.h ├── README.md ├── VMProtectSDK.h ├── VMProtectSDK32.lib ├── VMProtectSDK64.lib ├── apexUtils.cpp ├── apexUtils.h ├── hackerThreads.cpp ├── hackerThreads.h ├── imgui ├── imconfig.h ├── imgui.cpp ├── imgui.h ├── imgui_draw.cpp ├── imgui_impl_dx11.cpp ├── imgui_impl_dx11.h ├── imgui_impl_win32.cpp ├── imgui_impl_win32.h ├── imgui_internal.h ├── imgui_widgets.cpp ├── imstb_rectpack.h ├── imstb_textedit.h └── imstb_truetype.h ├── main.cpp ├── proc_help.cpp ├── proc_help.h ├── resource.h └── x64 └── Debug └── apexUtils.obj /CatApexCPP.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/CatApexCPP.aps -------------------------------------------------------------------------------- /CatApexCPP.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/CatApexCPP.rc -------------------------------------------------------------------------------- /CatApexCPP.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/CatApexCPP.vcxproj -------------------------------------------------------------------------------- /CatApexCPP.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/CatApexCPP.vcxproj.filters -------------------------------------------------------------------------------- /CatApexCPP.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/CatApexCPP.vcxproj.user -------------------------------------------------------------------------------- /DrawCallBack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/DrawCallBack.cpp -------------------------------------------------------------------------------- /DrawCallBack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/DrawCallBack.h -------------------------------------------------------------------------------- /DrawEng.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/DrawEng.cpp -------------------------------------------------------------------------------- /DrawEng.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/DrawEng.h -------------------------------------------------------------------------------- /DriverHelp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/DriverHelp.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/README.md -------------------------------------------------------------------------------- /VMProtectSDK.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/VMProtectSDK.h -------------------------------------------------------------------------------- /VMProtectSDK32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/VMProtectSDK32.lib -------------------------------------------------------------------------------- /VMProtectSDK64.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/VMProtectSDK64.lib -------------------------------------------------------------------------------- /apexUtils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/apexUtils.cpp -------------------------------------------------------------------------------- /apexUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/apexUtils.h -------------------------------------------------------------------------------- /hackerThreads.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/hackerThreads.cpp -------------------------------------------------------------------------------- /hackerThreads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/hackerThreads.h -------------------------------------------------------------------------------- /imgui/imconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/imgui/imconfig.h -------------------------------------------------------------------------------- /imgui/imgui.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/imgui/imgui.cpp -------------------------------------------------------------------------------- /imgui/imgui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/imgui/imgui.h -------------------------------------------------------------------------------- /imgui/imgui_draw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/imgui/imgui_draw.cpp -------------------------------------------------------------------------------- /imgui/imgui_impl_dx11.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/imgui/imgui_impl_dx11.cpp -------------------------------------------------------------------------------- /imgui/imgui_impl_dx11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/imgui/imgui_impl_dx11.h -------------------------------------------------------------------------------- /imgui/imgui_impl_win32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/imgui/imgui_impl_win32.cpp -------------------------------------------------------------------------------- /imgui/imgui_impl_win32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/imgui/imgui_impl_win32.h -------------------------------------------------------------------------------- /imgui/imgui_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/imgui/imgui_internal.h -------------------------------------------------------------------------------- /imgui/imgui_widgets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/imgui/imgui_widgets.cpp -------------------------------------------------------------------------------- /imgui/imstb_rectpack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/imgui/imstb_rectpack.h -------------------------------------------------------------------------------- /imgui/imstb_textedit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/imgui/imstb_textedit.h -------------------------------------------------------------------------------- /imgui/imstb_truetype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/imgui/imstb_truetype.h -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/main.cpp -------------------------------------------------------------------------------- /proc_help.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/proc_help.cpp -------------------------------------------------------------------------------- /proc_help.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/proc_help.h -------------------------------------------------------------------------------- /resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/resource.h -------------------------------------------------------------------------------- /x64/Debug/apexUtils.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hooksteroid/ApexD3D_External/HEAD/x64/Debug/apexUtils.obj --------------------------------------------------------------------------------