Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ exe_reader_roffset
Function
exe_reader_roffset
src/exe_reader.cpp:214–216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
}
213
214
static uint32_t exe_reader_roffset(uint32_t bas, uint32_t ofs) {
215
return bas + (ofs ^ 0x80000000);
216
}
217
218
std::vector<uint8_t> EXEReader::GetExFont() {
219
corefile.clear();
Callers
5
GetExFont
Method · 0.85
GetLogos
Method · 0.85
exe_reader.cpp
File · 0.85
ResOffsetByType
Method · 0.85
GetLogoCount
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected