diff options
| author | Brian Potchik <brian@vector35.com> | 2025-02-03 14:00:39 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-02-03 14:00:39 -0500 |
| commit | f311f6af7b9bf0b24745ab1a9cb8e75c9ed5ada2 (patch) | |
| tree | 55e6b57b0d627f612c9ffd95a1575cea169190fd /binaryninjaapi.h | |
| parent | f6db8b030153a27a8da1b794c3330b46ceeda894 (diff) | |
Add option to support auto parsing text formats.
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 f3258a71..f247fc41 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1550,6 +1550,8 @@ namespace BinaryNinja { */ Ref<BinaryView> Load(Ref<ProjectFile> rawData, bool updateAnalysis = true, const std::string& options = "{}", std::function<bool(size_t, size_t)> progress = {}); + Ref<BinaryView> ParseTextFormat(const std::string& filename); + /*! Deprecated. Use non-metadata version. */ |
