Skip to content
Snippets Groups Projects
Commit d9db640a authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

first draft

parent 1824a988
No related branches found
No related tags found
No related merge requests found
*.swp
......@@ -63,7 +63,7 @@ namespace IRDB_SDK
const EhProgramListing_t& p_fde_program={}
) = 0;
virtual AddressID_t* addNewAddress(const DatabaseID_t& myfileID, const VirtualOffset_t& voff) =0 ;
virtual AddressID_t* addNewAddress(const DatabaseID_t& myfileID, const VirtualOffset_t& voff=0) =0 ;
virtual ICFS_t* addNewICFS (Instruction_t* insn=nullptr, const InstructionSet_t& targets={}, const ICFSAnalysisStatus_t& status=iasAnalysisIncomplete) = 0;
virtual Instruction_t* addNewInstruction(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment