C3/Src/CebuLoader
Grzegorz Rychlik ba5617a5e1 Exclude RtlPcToFileHeader hook from x86 builds
Exception info on x86 is absolute rather than relative (as x64) so
exception creation doesn't require this call.

Additionally Win8.1 SDK doesn't export `RtlPcToFileHeader` in
kernel32.lib for static linking, which causes linking to fail
2020-01-28 10:50:25 +01:00
..
AccessPayload.h Add doxygen comments 2020-01-14 11:05:17 +01:00
CebuLoader.rc Add gen directroy for generated files 2020-01-03 13:16:29 +01:00
CebuLoader.vcxproj Move Loader to separate file 2020-01-27 16:22:29 +01:00
CebuLoaderMain.cpp Move Loader to separate file 2020-01-27 16:22:29 +01:00
LICENSE Update License files 2020-01-17 16:32:54 +01:00
LoadPe.cpp Exclude RtlPcToFileHeader hook from x86 builds 2020-01-28 10:50:25 +01:00
LoadPe.h Move Loader to separate file 2020-01-27 16:22:29 +01:00
PeUtils.cpp Move Loader to separate file 2020-01-27 16:22:29 +01:00
PeUtils.h Move Loader to separate file 2020-01-27 16:22:29 +01:00
QuietAbort.cpp Replace abort with QuietAbort 2020-01-16 14:38:30 +01:00
QuietAbort.h Replace abort with QuietAbort 2020-01-16 14:38:30 +01:00
Stdafx.cpp WIP: Upload in-memory Loader 2020-01-02 13:44:51 +01:00
Stdafx.h Move Loader to separate file 2020-01-27 16:22:29 +01:00
UnexportedWinApi.cpp Separarte PE image utils 2020-01-27 15:55:11 +01:00
UnexportedWinApi.h Separarte PE image utils 2020-01-27 15:55:11 +01:00
WindowsVersion.cpp Fix code style 2020-01-13 17:02:09 +01:00
WindowsVersion.h Fix code style 2020-01-13 17:02:09 +01:00
devnotes.md Update dev notes 2020-01-17 16:33:32 +01:00
resource.h Add resource generator that will embed NodeRelayDll 2020-01-03 10:16:00 +01:00