Decompilation of Backup Library

slinga

Established Member
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.
 

Attachments

  • bup.zip
    14 KB · Views: 84
Last edited:
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.
 

Attachments

  • bup_serial_update.zip
    23.9 KB · Views: 78
Back
Top