mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
Generate symbols to cover internally overlapping varnodes
This commit is contained in:
parent
0fd6a99f51
commit
343be20e67
2 changed files with 41 additions and 1 deletions
|
@ -94,6 +94,7 @@ class Funcdata {
|
|||
void splitUses(Varnode *vn); ///< Make all reads of the given Varnode unique
|
||||
Varnode *cloneVarnode(const Varnode *vn); ///< Clone a Varnode (between copies of the function)
|
||||
void destroyVarnode(Varnode *vn); ///< Delete the given Varnode from \b this function
|
||||
void coverVarnodes(SymbolEntry *entry,vector<Varnode *> &list);
|
||||
// Low level op functions
|
||||
void opZeroMulti(PcodeOp *op); ///< Transform trivial CPUI_MULTIEQUAL to CPUI_COPY
|
||||
// Low level block functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue