shellcode-factory
shellcode-factory copied to clipboard
编译x86时symbol_info未定义
#else if (reloca.Type == IMAGE_REL_I386_REL32) { *reinterpret_cast<int *>(static_cast<size_t>(reloca.va) + shellcodebytes.data() + symbol_info.second.maped_va) = static_cast<int>(involves[reloca.sym_name].maped_va - (symbol_info.second.maped_va + reloca.va + sizeof(uint32_t))); }
x86 symbol_info 未定义