summaryrefslogtreecommitdiff
path: root/view/macho/machoview.h
diff options
context:
space:
mode:
Diffstat (limited to 'view/macho/machoview.h')
-rw-r--r--view/macho/machoview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/macho/machoview.h b/view/macho/machoview.h
index 11a17bff..787ae36b 100644
--- a/view/macho/machoview.h
+++ b/view/macho/machoview.h
@@ -1472,7 +1472,8 @@ namespace BinaryNinja
std::vector<section_64> m_allSections;
MachOHeader HeaderForAddress(BinaryView* data, uint64_t address, bool isMainHeader, std::string identifierPrefix = "");
- bool InitializeHeader(MachOHeader& header, bool isMainHeader, uint64_t preferredImageBase, std::string preferredImageBaseDesc);
+ bool InitializeHeader(MachOHeader& header, bool isMainHeader, uint64_t preferredImageBase,
+ std::string preferredImageBaseDesc, bool platformSetByUser);
void RebaseThreadStarts(BinaryReader& virtualReader, std::vector<uint32_t>& threadStarts, uint64_t stepMultiplier);
Ref<Symbol> DefineMachoSymbol(