Vector35 / binaryninja-api

Public API, examples, documentation and issues for Binary Ninja
https://binary.ninja/
MIT License
896 stars 200 forks source link

Types for platform mac-thumb2 failed to load #533

Closed withzombies closed 7 years ago

withzombies commented 7 years ago

I was playing with the type parser by entering this into the console (with a mac thumb2 bv open):

bv.parse_type_string("int (*lol)(int one, void* two, size_t three)")

I got this error:

Types for platform mac-thumb2 failed to load: /Applications/Binary Ninja.app/Contents/Resources/types/platform/mac-thumb2.c:1: error: include file 'mac-armv7.c' not found
plafosse commented 7 years ago

Fixed in dev

psifertex commented 7 years ago

Works in current stable too for that matter for me. Can you double check that's true for you too @withzombies?

withzombies commented 7 years ago

I saw @D0ntPanic commit a fix for it within an hour of me filing the ticket. I guess we both forgot to close it.