Hi all,
I just came across two software that might be useful for learning, debugging or reverse engineering when working on magic lantern.
I hope it's not considered as spam, if yes please delete this post.
1. SoftwareRetargetable Decompiler's
RetDec is an open-source machine-code decompiler based on LLVM.
The decompiler is not limited to any particular target architecture, operating system, or executable file format:
Supported file formats: ELF, PE, Mach-O, COFF, AR (archive), Intel HEX, and raw machine code.
Supported architectures (32b only): Intel x86, ARM, MIPS, PIC32, and PowerPC.
Link:
https://retdec.com/home/2. SoftwareVisUAL - a Visual Arm Emulator to learn and understand the ARM Assembly language
VisUAL has been developed as a cross-platform tool to make learning ARM Assembly language easier. In addition to emulating a subset of the ARM UAL instruction set, it provides visualisations of key concepts unique to assembly language programming and therefore helps make programming ARM assembly more accessible.
Link:
https://salmanarif.bitbucket.io/visual/index.html