mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Suggestions from github issue #382
This commit is contained in:
parent
ba98e85429
commit
933e16f751
10 changed files with 19 additions and 17 deletions
|
@ -281,9 +281,8 @@ void InjectPayloadDynamic::inject(InjectContext &context,PcodeEmit &emit) const
|
|||
PcodeInjectLibrarySleigh::PcodeInjectLibrarySleigh(Architecture *g,uintb tmpbase)
|
||||
: PcodeInjectLibrary(g,tmpbase)
|
||||
{
|
||||
glb = g;
|
||||
slgh = (const SleighBase *)glb->translate;
|
||||
contextCache.glb = glb;
|
||||
slgh = (const SleighBase *)g->translate;
|
||||
contextCache.glb = g;
|
||||
}
|
||||
|
||||
int4 PcodeInjectLibrarySleigh::registerDynamicInject(InjectPayload *payload)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue