-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathREADME
70 lines (44 loc) · 1.67 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
what
~~~~
IDA Pro Processor Module for Blackfin Instruction Set
Features:
- Blackfin disassembling...obviously...
- Syntax highlighting
- Code-/Data- References
- Memory Mapped Register adresses for ADSP-BF53x/ADSP-BF56x
- Basically Memory + I/O Registers of Rigol 1052E / Rigol 1102E (in work)
IDA Pro Firmware Loader for RGL-Files
authors
~~~~~~~
Andreas Schuler <andreas at schulerdev.de>
Based on parts of libopcodes (Free Software Foundation, Inc.) and
Simple Python Byte Code Module (Chris Eagle <[email protected]>)
RGL Firmware Loader by TomasVlad
license
~~~~~~~
GNU GENERAL PUBLIC LICENSE Version 2
see LICENSE
compile/install
~~~~~~~~~~~~~~~
You need the IDA Pro SDK to compile the processor module.
Copy the files to sdk/module/blackfin, open the Visual Studio 6
project files and start build.
Copy Release/blackfin.w32 to procs, blackfin.cfg to cfg and
Release/rigol_ldr.ldw to loaders in your IDA folder.
Sorry, at the moment only a visual Studio 6 project file exists.
There is a additional Makefile that is a startpoint to compile with another
compiler.
why
~~~
I'm interested in reverse engineering the Rigol 1052E Oscilloscopes firmware
for hacks and homebrew. So there i developed a tool to do that...
If you have any informations for me, feel free to contact me.
Bugs/Todo
~~~~~~~~~
General:
- Function frame sizes are sometimes wrong
- Add known function starts/ends
- Some coloring things
- LOOP has no references
- Add DMA-Registers for BF561
Patches are welcome :)