GuidedHacking-Injector icon indicating copy to clipboard operation
GuidedHacking-Injector copied to clipboard

BUG???

Open detiansdd opened this issue 2 years ago • 1 comments

Line 152 of the Tools.cpp file, is that a mistake?

`delete[] headers; //the memory pointed to by nt_header is also freed after deleted headers[]

if (nt_headers->FileHeader.Machine != target_machine) // always get wrong value here

{

LOG(1, "DLL platform mismatch\n");

return FILE_ERR_INVALID_FILE;

} return FILE_ERR_SUCCESS;`

detiansdd avatar Jun 06 '23 02:06 detiansdd