summaryrefslogtreecommitdiff
path: root/platform/linux/platform_linux.cpp
AgeCommit message (Collapse)Author
2024-03-21Add Motorola M-CORE Linux platform support.Alexander Taylor
2025-03-10Remove platform registration API footgun.Alexander Taylor
Turns out, you can just pass this thing an architecture that is *completely* different from the one in the platform you are also passing in and it'll just happily do the wrong thing. While that's pretty wild, I'm in favor of not having to make this particular mistake again the next time I copy/paste some code, so we're now deprecating it.
2025-03-10Add C-SKY linux support to Ultimate edition.Alexander Taylor
2025-02-10[mips] Merging PR https://github.com/Vector35/binaryninja-api/pull/6013: ↵Galen Williamson
adding mips3 support
2024-09-13Ultimate.Alexander Taylor
2024-08-22Make MSP430 correctly load after ELF view.Alexander Taylor
2024-07-08Add Cavium Octeon MIPS Instructions and more general MIPS fixesnoone
2024-06-19Disable Fallback type library for x86, x86_64, aarch64, mipsZichuan Li
2024-01-04Add RISC-V architecture pluginRusty Wagner
2023-06-13Move platform submodules into APIRusty Wagner