pine64 / bl602-re

Reverse engineering of BL602 blobs
Apache License 2.0
100 stars 26 forks source link

Header work for libatcmd.a - at_command.c #20

Closed Knight-Ops closed 3 years ago

Knight-Ops commented 4 years ago

I started some work on libatcmd.a I have the headers set up with all the dwarf information since it seems that some of the previous DWARF parses missed some enumerations such as AT_ERROR_CODE. This should mean that code can start being rewritten with the appropriate headers. I went ahead and wrong import guards in all the headers, not sure what the formatting standard is.

ElementW commented 3 years ago

I completed libatcmd header work in 322c99f76c2e6b1501267871ba4ad3875a6e49cc using a combination of DWARF info extraction and manual work. Closing this. Feel free to open a new PR if you have updates to the current RE'd headers.