MCPcopy Create free account
hub / github.com/KasperskyLab/hrtng / sInline

Function sInline

src/deinline.cpp:1033–1033  ·  view source on GitHub ↗

this inline has been just created, but not checked yet does it work

Source from the content-addressed store, hash-verified

1031 bool bLib; //this inline has been loaded from or saved to inlines library
1032 bool bTmp; //this inline has been just created, but not checked yet does it work
1033 sInline() : bLib(false), bTmp(true) {}
1034 sInline(const char* name_) : name(name_), bLib(false), bTmp(true) {}
1035 bool create_from_entry_exit(mbl_array_t *mba, bbs_t *allBBs, ea_t head_ea, ea_t exit_ea);
1036 bool create_from_whole_mba(mbl_array_t *mba, const char* name_, qstring* errorStr);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected