diff options
| author | Brian Potchik <brian@vector35.com> | 2019-06-13 03:55:00 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2019-06-13 03:55:00 -0400 |
| commit | 977a0caa78e9a8ddb958baf535df881bbaaf05b4 (patch) | |
| tree | e2d34525ef120ef9868d5e136b8423527c0c5bbd /examples | |
| parent | 2dab57d29589fcc9e3896102ba222c7d1d4671cb (diff) | |
Initial rebase on file load support.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/triage/files.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/triage/files.cpp b/examples/triage/files.cpp index 8ae97f33..7c0f7b9c 100644 --- a/examples/triage/files.cpp +++ b/examples/triage/files.cpp @@ -79,7 +79,6 @@ void TriageFilePicker::openSelectedFiles() continue; } - f->createBinaryViews(); for (auto data: f->getAllDataViews()) { BinaryNinja::Settings().Set("analysis.mode", BinaryNinja::Settings().Get<std::string>("triage.analysisMode"), data); |
