mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +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
|
@ -24,9 +24,7 @@
|
|||
Funcdata::Funcdata(const string &nm,Scope *scope,const Address &addr,FunctionSymbol *sym,int4 sz)
|
||||
: baseaddr(addr),
|
||||
funcp(),
|
||||
vbank(scope->getArch(),
|
||||
scope->getArch()->getUniqueSpace(),
|
||||
0x10000000), // Unique space which is reused per function starts here
|
||||
vbank(scope->getArch()),
|
||||
heritage(this),
|
||||
covermerge(*this)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue