HomeForumsWhat's newResources 
 
 
Decompilation of Backup Library
slinga - Mar 15, 2023
 slinga Mar 15, 2023
Here's my first stab at decompiling the backup library. There are a couple of places where Ghidra's decompiler couldn't resolve functions but it's disassembler could. I put in a ticket for it.

This was mostly an excuse to learn Ghidra, dunno what more I'll do with it. I understand enough to make a compatible lib at some point. Potentially we can get smaller than the 16k required by the library.

I plan to hit the backup serial code next, I skipped over it in my first pass.

 slinga Apr 13, 2023
This updated decompilation includes my progress on the serial code. I'm not done but getting closer.

@BrokenLizard... : You might be interested. I'll use your serial protocol communication to fix my gaps in knowledge as well.