mirror of https://github.com/x64dbg/TitanEngine
fixed a critical bug that caused Importer::ExportIATEx to crash
This commit is contained in:
parent
3bfbece7c1
commit
f0b9f919ee
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -965,3 +965,5 @@ typedef PEB64 PEB_CURRENT;
|
|||
#else
|
||||
typedef PEB32 PEB_CURRENT;
|
||||
#endif
|
||||
|
||||
#pragma pack(pop)
|
||||
Loading…
Reference in New Issue