Skip to content

Commit 15a1e13

Browse files
committed
Update README.md
1 parent a404efa commit 15a1e13

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# JDA - The Java Disassembler
22

3+
![JDA Logo](icon.png)
4+
35
Java Disassembler (JDA) is a fork of Bytecode Viewer (BCV) that adds advanced code analysis features. The basic principles of BCV are maintained; however, many aspects are different.
46

57
## Motivation
@@ -24,4 +26,9 @@ tools to be built on top of.
2426

2527
In the future, JDA will have powerful static analysis tools, such as control and data flow analysis, code contraction
2628
(copy and constant propagation), whole binary cross referencing (xrefs), and an IR engine. However, these standard
27-
core utilities will be distributed separately as a plugin.
29+
core utilities will be distributed separately as a plugin.
30+
31+
## Credits
32+
- Logo (icosahedron) image by [Brayden Gregerson](http://braydengregerson.com), used with permission
33+
- Bytecode Viewer by Konloch
34+
- Disassembler by Bibl

icon.png

29.3 KB
Loading

0 commit comments

Comments
 (0)