diff options
| author | Peter LaFosse <peter@vector35.com> | 2017-01-02 16:15:07 -0500 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2017-01-02 16:15:07 -0500 |
| commit | 2421d9a6e6e86ff3f37056a68454b7437fb60860 (patch) | |
| tree | 3b41f418698d458d12c9c0862141d29a57b9bd1f /binaryninjaapi.h | |
| parent | e3fa8dcb0e4e6cb97a4b45ba1919048e5eae578d (diff) | |
Manual merging with dev
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 6311271c..a918fc42 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -926,6 +926,7 @@ namespace BinaryNinja std::vector<Ref<Symbol>> GetSymbolsOfType(BNSymbolType type, uint64_t start, uint64_t len); void DefineAutoSymbol(Ref<Symbol> sym); + void DefineAutoSymbolAndVariableOrFunction(Ref<Platform> platform, Ref<Symbol> sym, Ref<Type> type); void UndefineAutoSymbol(Ref<Symbol> sym); void DefineUserSymbol(Ref<Symbol> sym); @@ -2243,6 +2244,7 @@ namespace BinaryNinja Ref<Platform> GetRelatedPlatform(Architecture* arch); void AddRelatedPlatform(Architecture* arch, Platform* platform); + Ref<Platform> GetAssociatedPlatformByAddress(uint64_t& addr); }; class ScriptingOutputListener |
