1
0
Fork 0
x64dbg/x64_dbg_exe/crashdump.h

4 lines
116 B
C

#pragma once
void CrashDumpInitialize();
LONG CALLBACK CrashDumpVectoredHandler(EXCEPTION_POINTERS* ExceptionInfo);