Skip to content

Commit 3b6f6de

Browse files
committed
xdv:: first commit
0 parents  commit 3b6f6de

File tree

15 files changed

+53
-0
lines changed

15 files changed

+53
-0
lines changed

README.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<div align="center">
2+
<a href="https://github.com/xdvre/xdvre">
3+
<img src="img/logo.png ">
4+
</a>
5+
</div>
6+
7+
XDV : eXteision type Disassembly & Debug Viewer
8+
-------
9+
![Build](https://img.shields.io/badge/build-passing-brightgreen.svg)
10+
11+
XDV is disassembler or debugger that works based on the extension plugin.
12+
13+
![](./img/xdv.PNG)
14+
15+
Samples
16+
-------
17+
* [Code viewer](https://github.com/xdvre/xdvre/blob/master/img/code_sample.gif)
18+
* [Hide viewer](https://github.com/xdvre/xdvre/blob/master/img/hide_sample.gif)
19+
20+
Support target
21+
-------
22+
![Support](https://img.shields.io/badge/Support-User_Full_Dump-brightgreen.svg)
23+
![Support](https://img.shields.io/badge/Schedule-Kernel_Complete_Dump-red.svg)
24+
![Support](https://img.shields.io/badge/Schedule-Live_Debugging-red.svg)
25+
26+
Support architecture
27+
-------
28+
![Support](https://img.shields.io/badge/Support-x86-brightgreen.svg)
29+
![Support](https://img.shields.io/badge/Support-amd64-brightgreen.svg)
30+
![Support](https://img.shields.io/badge/Schedule-arm-red.svg)
31+
32+
Support OS
33+
-------
34+
![Support](https://img.shields.io/badge/Support-Windows-brightgreen.svg)
35+
![Support](https://img.shields.io/badge/Schedule-Linux-red.svg)
36+
37+
Developers
38+
-------
39+
* [0a777h](https://github.com/0a777h)
40+
41+
Credits
42+
-------
43+
* [capstone engine](https://github.com/aquynh/capstone)
44+
* [unicorn engine](https://github.com/unicorn-engine/unicorn)
45+
* [keystone engine](https://github.com/keystone-engine/keystone)
46+
* [x64dbg](https://github.com/x64dbg/x64dbg)
47+
* [CheatEngine](https://github.com/cheat-engine/cheat-engine)
48+
* [ygnoh](https://github.com/ygnoh)
49+
* [Necrosys](https://github.com/Necrosys)
50+
* [jun young kim]()
51+
* [jae hoon ahn]()
52+
* [jeong hoon kim]()
53+

img/SystemDialog.png

15.7 KB
Loading

img/cmd.png

134 KB
Loading

img/code.png

68.7 KB
Loading

img/code_refexe.png

208 KB
Loading

img/code_refstr.png

149 KB
Loading

img/code_sample.gif

4.44 MB
Loading

img/code_tab.png

53.6 KB
Loading

img/context_menu.png

41.3 KB
Loading

img/hex.png

82 KB
Loading

0 commit comments

Comments
 (0)