Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ back
Method
back
src/e9patch/e9patch.h:504–507 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
502
return (lb >= ub? nullptr: lb);
503
}
504
Instr *back() const
505
{
506
return (lb >= ub? nullptr: ub-1);
507
}
508
Instr *end() const
509
{
510
return (lb >= ub? nullptr: ub);
Callers
5
buildEntrySet
Function · 0.80
queueFlush
Function · 0.80
parsePE
Method · 0.80
main_2
Function · 0.80
pop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected