reinterpret

  1. S

    ntdll compare

    #define RELOC_FLAG32(RelInfo) ((RelInfo >> 0x0C) == IMAGE_REL_BASED_HIGHLOW) #define RELOC_FLAG RELOC_FLAG32 namespace ntdll { BOOL read_file(const std::filesystem::path dllPath, std::vector<BYTE>* outVector) { std::ifstream file(dllPath, std::ios::binary | std::ios::ate)...

Сверху Снизу