commit 599968ca47d9120ef460478c77410c8d7b11155f Author: mrexodia Date: Sat Jul 29 17:49:05 2017 +0200 initial commit (snapshot_2017-07-25_16-55) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0199737 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +translations/ +/errordb.txt +/exceptiondb.txt +/mnemdb.json +/ntstatusdb.txt +/winconstants.txt +/x64dbg.chm +/x96dbg.exe +/x32/x32bridge.dll +/x32/x32dbg.dll +/x32/x32dbg.exe +/x32/x32gui.dll +/x64/x64bridge.dll +/x64/x64dbg.dll +/x64/x64dbg.exe +/x64/x64gui.dll \ No newline at end of file diff --git a/x32/DeviceNameResolver.dll b/x32/DeviceNameResolver.dll new file mode 100644 index 0000000..d16cfc8 Binary files /dev/null and b/x32/DeviceNameResolver.dll differ diff --git a/x32/Qt5Core.dll b/x32/Qt5Core.dll new file mode 100644 index 0000000..bddca6b Binary files /dev/null and b/x32/Qt5Core.dll differ diff --git a/x32/Qt5Gui.dll b/x32/Qt5Gui.dll new file mode 100644 index 0000000..279b25b Binary files /dev/null and b/x32/Qt5Gui.dll differ diff --git a/x32/Qt5Network.dll b/x32/Qt5Network.dll new file mode 100644 index 0000000..21ad9fd Binary files /dev/null and b/x32/Qt5Network.dll differ diff --git a/x32/Qt5Widgets.dll b/x32/Qt5Widgets.dll new file mode 100644 index 0000000..c4bcaf1 Binary files /dev/null and b/x32/Qt5Widgets.dll differ diff --git a/x32/Scylla.dll b/x32/Scylla.dll new file mode 100644 index 0000000..ccab50c Binary files /dev/null and b/x32/Scylla.dll differ diff --git a/x32/TitanEngine.dll b/x32/TitanEngine.dll new file mode 100644 index 0000000..c27e84d Binary files /dev/null and b/x32/TitanEngine.dll differ diff --git a/x32/XEDParse.dll b/x32/XEDParse.dll new file mode 100644 index 0000000..8f043c7 Binary files /dev/null and b/x32/XEDParse.dll differ diff --git a/x32/asmjit.dll b/x32/asmjit.dll new file mode 100644 index 0000000..970c1d4 Binary files /dev/null and b/x32/asmjit.dll differ diff --git a/x32/capstone.dll b/x32/capstone.dll new file mode 100644 index 0000000..49d5c69 Binary files /dev/null and b/x32/capstone.dll differ diff --git a/x32/dbghelp.dll b/x32/dbghelp.dll new file mode 100644 index 0000000..520e008 Binary files /dev/null and b/x32/dbghelp.dll differ diff --git a/x32/jansson.dll b/x32/jansson.dll new file mode 100644 index 0000000..b40eac1 Binary files /dev/null and b/x32/jansson.dll differ diff --git a/x32/keystone.dll b/x32/keystone.dll new file mode 100644 index 0000000..00922a7 Binary files /dev/null and b/x32/keystone.dll differ diff --git a/x32/ldconvert.dll b/x32/ldconvert.dll new file mode 100644 index 0000000..c4e863e Binary files /dev/null and b/x32/ldconvert.dll differ diff --git a/x32/libeay32.dll b/x32/libeay32.dll new file mode 100644 index 0000000..d96791c Binary files /dev/null and b/x32/libeay32.dll differ diff --git a/x32/lz4.dll b/x32/lz4.dll new file mode 100644 index 0000000..8bff598 Binary files /dev/null and b/x32/lz4.dll differ diff --git a/x32/msvcp120.dll b/x32/msvcp120.dll new file mode 100644 index 0000000..9b4fff2 Binary files /dev/null and b/x32/msvcp120.dll differ diff --git a/x32/msvcr120.dll b/x32/msvcr120.dll new file mode 100644 index 0000000..00935de Binary files /dev/null and b/x32/msvcr120.dll differ diff --git a/x32/platforms/qwindows.dll b/x32/platforms/qwindows.dll new file mode 100644 index 0000000..15c5545 Binary files /dev/null and b/x32/platforms/qwindows.dll differ diff --git a/x32/snowman.dll b/x32/snowman.dll new file mode 100644 index 0000000..9a2c77b Binary files /dev/null and b/x32/snowman.dll differ diff --git a/x32/ssleay32.dll b/x32/ssleay32.dll new file mode 100644 index 0000000..34732ae Binary files /dev/null and b/x32/ssleay32.dll differ diff --git a/x32/symsrv.dll b/x32/symsrv.dll new file mode 100644 index 0000000..4aedde8 Binary files /dev/null and b/x32/symsrv.dll differ diff --git a/x32/x32_bridge.dll b/x32/x32_bridge.dll new file mode 100644 index 0000000..c7e6849 Binary files /dev/null and b/x32/x32_bridge.dll differ diff --git a/x32/x32_dbg.dll b/x32/x32_dbg.dll new file mode 100644 index 0000000..96342f8 Binary files /dev/null and b/x32/x32_dbg.dll differ diff --git a/x32/yara.dll b/x32/yara.dll new file mode 100644 index 0000000..d191856 Binary files /dev/null and b/x32/yara.dll differ diff --git a/x64/DeviceNameResolver.dll b/x64/DeviceNameResolver.dll new file mode 100644 index 0000000..7c72bcb Binary files /dev/null and b/x64/DeviceNameResolver.dll differ diff --git a/x64/Qt5Core.dll b/x64/Qt5Core.dll new file mode 100644 index 0000000..ac18381 Binary files /dev/null and b/x64/Qt5Core.dll differ diff --git a/x64/Qt5Gui.dll b/x64/Qt5Gui.dll new file mode 100644 index 0000000..65dfff7 Binary files /dev/null and b/x64/Qt5Gui.dll differ diff --git a/x64/Qt5Network.dll b/x64/Qt5Network.dll new file mode 100644 index 0000000..c6491a4 Binary files /dev/null and b/x64/Qt5Network.dll differ diff --git a/x64/Qt5Widgets.dll b/x64/Qt5Widgets.dll new file mode 100644 index 0000000..fbbf824 Binary files /dev/null and b/x64/Qt5Widgets.dll differ diff --git a/x64/Scylla.dll b/x64/Scylla.dll new file mode 100644 index 0000000..6cf1948 Binary files /dev/null and b/x64/Scylla.dll differ diff --git a/x64/TitanEngine.dll b/x64/TitanEngine.dll new file mode 100644 index 0000000..27b4787 Binary files /dev/null and b/x64/TitanEngine.dll differ diff --git a/x64/XEDParse.dll b/x64/XEDParse.dll new file mode 100644 index 0000000..38943d0 Binary files /dev/null and b/x64/XEDParse.dll differ diff --git a/x64/asmjit.dll b/x64/asmjit.dll new file mode 100644 index 0000000..32a8873 Binary files /dev/null and b/x64/asmjit.dll differ diff --git a/x64/capstone.dll b/x64/capstone.dll new file mode 100644 index 0000000..ba62564 Binary files /dev/null and b/x64/capstone.dll differ diff --git a/x64/dbghelp.dll b/x64/dbghelp.dll new file mode 100644 index 0000000..b86a27a Binary files /dev/null and b/x64/dbghelp.dll differ diff --git a/x64/jansson.dll b/x64/jansson.dll new file mode 100644 index 0000000..9125b41 Binary files /dev/null and b/x64/jansson.dll differ diff --git a/x64/keystone.dll b/x64/keystone.dll new file mode 100644 index 0000000..dfb4cb8 Binary files /dev/null and b/x64/keystone.dll differ diff --git a/x64/ldconvert.dll b/x64/ldconvert.dll new file mode 100644 index 0000000..4a856bc Binary files /dev/null and b/x64/ldconvert.dll differ diff --git a/x64/libeay32.dll b/x64/libeay32.dll new file mode 100644 index 0000000..ad4cc12 Binary files /dev/null and b/x64/libeay32.dll differ diff --git a/x64/lz4.dll b/x64/lz4.dll new file mode 100644 index 0000000..2943355 Binary files /dev/null and b/x64/lz4.dll differ diff --git a/x64/msvcp120.dll b/x64/msvcp120.dll new file mode 100644 index 0000000..60a9c0a Binary files /dev/null and b/x64/msvcp120.dll differ diff --git a/x64/msvcr120.dll b/x64/msvcr120.dll new file mode 100644 index 0000000..c58afec Binary files /dev/null and b/x64/msvcr120.dll differ diff --git a/x64/platforms/qwindows.dll b/x64/platforms/qwindows.dll new file mode 100644 index 0000000..0d1f174 Binary files /dev/null and b/x64/platforms/qwindows.dll differ diff --git a/x64/snowman.dll b/x64/snowman.dll new file mode 100644 index 0000000..7c7d29b Binary files /dev/null and b/x64/snowman.dll differ diff --git a/x64/ssleay32.dll b/x64/ssleay32.dll new file mode 100644 index 0000000..619643c Binary files /dev/null and b/x64/ssleay32.dll differ diff --git a/x64/symsrv.dll b/x64/symsrv.dll new file mode 100644 index 0000000..d51a4ce Binary files /dev/null and b/x64/symsrv.dll differ diff --git a/x64/x64_bridge.dll b/x64/x64_bridge.dll new file mode 100644 index 0000000..03f1e1c Binary files /dev/null and b/x64/x64_bridge.dll differ diff --git a/x64/x64_dbg.dll b/x64/x64_dbg.dll new file mode 100644 index 0000000..131cf19 Binary files /dev/null and b/x64/x64_dbg.dll differ diff --git a/x64/yara.dll b/x64/yara.dll new file mode 100644 index 0000000..7244f50 Binary files /dev/null and b/x64/yara.dll differ