diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2016-01-31 03:10:41 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2016-01-31 03:10:41 -0500 |
| commit | f0ab57068974f11cc19a95e9672af22ba2ea2ae2 (patch) | |
| tree | 054ef39ec6824ca2cb8f2252e5d8c5feb32a07ab /binaryninjaapi.h | |
| parent | a48ce3f4aa1266d5b8619cf320a703ba4f697854 (diff) | |
Create functions and types from function pointer parameters, now finds main() on Linux armv7
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index c57bdf3a..42a29388 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1246,6 +1246,7 @@ namespace BinaryNinja Ref<Symbol> GetSymbol() const; bool WasAutomaticallyDiscovered() const; bool CanReturn() const; + bool HasExplicitlyDefinedType() const; std::vector<Ref<BasicBlock>> GetBasicBlocks() const; void MarkRecentUse(); @@ -1267,6 +1268,7 @@ namespace BinaryNinja Ref<Type> GetType() const; void ApplyImportedTypes(Symbol* sym); + void ApplyAutoDiscoveredType(Type* type); Ref<FunctionGraph> CreateFunctionGraph(); }; |
