I have application .BIN that is used in Arm processor, I want to get the source file back to C source code, because i lost the source files but I still have .bin . The .bin file created using arm -elf -GCC or arm-elf-g++ to create, I want it to get .c file or CPP file so i can rebuild the app.
I tried .bin to CPP converter