| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-13 | Ultimate. | Alexander Taylor | |
| 2024-08-16 | Prevent reading past end of dynamic table | Josh Ferrell | |
| 2024-08-14 | Fix scoping bug with 'files.elf.detectARMBE8Binary' setting. | Brian Potchik | |
| 2024-07-18 | MemoryMap update with new segment model. | Brian Potchik | |
| 2024-07-09 | Account for rebasing when processing ELF_STT_FUNC entries. Fix ↵ | Xusheng | |
| https://github.com/Vector35/binaryninja-api/issues/5685 | |||
| 2024-07-03 | Add missing GNU_PROPERTY program header type | Josh Ferrell | |
| 2024-06-24 | Add `Elf{32,64}_{Rel,Rela}` table to ELF view | clubby789 | |
| 2024-06-19 | Fix up the files.elf.detectARMBE8Binary setting | Xusheng | |
| 2024-06-18 | More conservative detection of ARM BE8 binaries. Fix ↵ | Xusheng | |
| https://github.com/Vector35/binaryninja-api/issues/5621 | |||
| 2024-06-11 | ELF: Fix crash if an entry point function fails to load | Glenn Smith | |
| Just needed a null check around this | |||
| 2024-05-28 | Solved issue #1180 by adding new APIs | Zichuan Li | |
| 1. Add two new APIs for multiple entry functions `GetAllAnalysisEntryFunctions` and `AddToEntryFunctions` 2. Add Python APIs `entry_functions` and `add_to_entry_functions`. `entry_functions` resturns a list of functions, which supports parsing functions in `init_array`, `fini_array` and TLS callbacks. 3. Modify bin-info, it now prints all entry functions | |||
| 2024-05-16 | Removed loader.architecture override from views | Brandon Miller | |
| Architecture is derived from platform object and can be overriden using loader.platform | |||
| 2024-05-06 | Ignore thumb mapping symbols when defining names in ELF | Josh Ferrell | |
| 2024-05-03 | Format added braces | Mason Reed | |
| 2024-05-03 | Use LLVM demangler as a fallback for GNU and MS demanglers | Mason Reed | |
| 2024-04-24 | Define symtab in elf raw view | Josh Ferrell | |
| 2024-04-24 | Do not define symbols from mapping symbols | Josh Ferrell | |
| 2024-03-30 | Update copyright year for various modules | Xusheng | |
| 2024-03-19 | ELF view: skip 0x0 and -0x1 values when dealing with init/fini arrays | Xusheng | |
| 2024-03-19 | Avoid creating function symbols with integer type | Xusheng | |
| 2024-03-19 | name functions in .init_array/.fini_array/.ctors/.dtors sections | Xusheng | |
| 2024-03-06 | Move view modules into the API repo | Rusty Wagner | |
