mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Allow SLEIGH bitrange operator applied to dynamic varnodes
This commit is contained in:
parent
e440e3333f
commit
311a22c038
63 changed files with 1064 additions and 747 deletions
|
@ -278,8 +278,8 @@ void InjectPayloadDynamic::inject(InjectContext &context,PcodeEmit &emit) const
|
|||
emit.restoreXmlOp(*iter,glb->translate);
|
||||
}
|
||||
|
||||
PcodeInjectLibrarySleigh::PcodeInjectLibrarySleigh(Architecture *g,uintb tmpbase)
|
||||
: PcodeInjectLibrary(g,tmpbase)
|
||||
PcodeInjectLibrarySleigh::PcodeInjectLibrarySleigh(Architecture *g)
|
||||
: PcodeInjectLibrary(g,g->translate->getUniqueStart(Translate::INJECT))
|
||||
{
|
||||
slgh = (const SleighBase *)g->translate;
|
||||
contextCache.glb = g;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue