├── README.md ├── dist ├── dll_hijack_hunter.x64.o ├── hijack_hunter.cna └── optional │ └── Proxy_Def_File_Generator.cna └── src ├── Makefile ├── headers ├── assembly.h ├── beacon.h ├── userdefs.h └── win32api.h └── main.c /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EspressoCake/DLL-Hijack-Search-Order-BOF/HEAD/README.md -------------------------------------------------------------------------------- /dist/dll_hijack_hunter.x64.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EspressoCake/DLL-Hijack-Search-Order-BOF/HEAD/dist/dll_hijack_hunter.x64.o -------------------------------------------------------------------------------- /dist/hijack_hunter.cna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EspressoCake/DLL-Hijack-Search-Order-BOF/HEAD/dist/hijack_hunter.cna -------------------------------------------------------------------------------- /dist/optional/Proxy_Def_File_Generator.cna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EspressoCake/DLL-Hijack-Search-Order-BOF/HEAD/dist/optional/Proxy_Def_File_Generator.cna -------------------------------------------------------------------------------- /src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EspressoCake/DLL-Hijack-Search-Order-BOF/HEAD/src/Makefile -------------------------------------------------------------------------------- /src/headers/assembly.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EspressoCake/DLL-Hijack-Search-Order-BOF/HEAD/src/headers/assembly.h -------------------------------------------------------------------------------- /src/headers/beacon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EspressoCake/DLL-Hijack-Search-Order-BOF/HEAD/src/headers/beacon.h -------------------------------------------------------------------------------- /src/headers/userdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EspressoCake/DLL-Hijack-Search-Order-BOF/HEAD/src/headers/userdefs.h -------------------------------------------------------------------------------- /src/headers/win32api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EspressoCake/DLL-Hijack-Search-Order-BOF/HEAD/src/headers/win32api.h -------------------------------------------------------------------------------- /src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EspressoCake/DLL-Hijack-Search-Order-BOF/HEAD/src/main.c --------------------------------------------------------------------------------