diff options
| author | Brian Potchik <brian@vector35.com> | 2021-08-04 10:32:38 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2021-08-04 10:32:38 -0400 |
| commit | 55e80204f6b8f804e81c54f2d5188a99ab0afb6f (patch) | |
| tree | 1df308efc7cabd5902cc08dc2e344fc7d99f9ee2 /binaryninjaapi.h | |
| parent | 7d0b3327b26a655756951fa988f918f5cb6f728b (diff) | |
Expose LLIL SSA Generation API.
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 62dd4a28..ea67f459 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -3999,6 +3999,7 @@ __attribute__ ((format (printf, 1, 2))) BNLowLevelILLabel* GetLabelForAddress(Architecture* arch, ExprId addr); void Finalize(); + void GenerateSSAForm(); bool GetExprText(Architecture* arch, ExprId expr, std::vector<InstructionTextToken>& tokens); bool GetInstructionText(Function* func, Architecture* arch, size_t i, |
