annotate leo-obj/tool/README @ 267:ace3136d0601
dsample-fw-disasm tpudrv10 code analysis: got to calc_a_b()
author |
Mychaela Falconia <falcon@freecalypso.org> |
date |
Fri, 19 Jan 2018 05:15:50 +0000 |
parents |
87b82398a08b |
children |
|
rev |
line source |
70
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
1 Here I'm going to build a standalone tool that reads linkable (not final)
|
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
2 object modules produced by TI's TMS470 toolchain, as found in GSM firmware
|
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
3 semi-sources, and produces disassembly listings that are well-fit for
|
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
4 understanding the function and interfaces of each object blob, and ultimately
|
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
5 replacing each of these blobs with functionally and interface-equivalent
|
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff
changeset
|
6 new C code.
|