| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
- Removed last use of user object creation in objective-c
- Fixed function type info being omitted from certain images loaded automatically
- Add TODO about undo action in view init. This is not critical, just a non-actionable warning because of a design flaw
I will restate this again for anyone in the future, until the undo action system is thread-safe avoid calling it from any thread other than the main thread, it is very easy to deadlock or cause other issues. That goes for basically all user analysis object creation.
|
|
However the primary file will need to be selected each time you open, for that to be resolved we need to use project file UUID's or the cache entry UUID's themselves to traverse all project files
|
|
Fixes https://github.com/Vector35/binaryninja-api/issues/6629
|
|
Fixes the case of stub functions being applied with mangled names.
|
|
removing it
|
|
|
|
In absence of a better name, this commit refactors the shared cache code.
|