From 5cb846fb3cd7650e2d3ae73ceda9c8ff186ca462 Mon Sep 17 00:00:00 2001 From: Mattiwatti Date: Sat, 18 May 2019 10:21:30 +0200 Subject: [PATCH] Update README.md --- README.md | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index b7961e0c..c7563aad 100644 --- a/README.md +++ b/README.md @@ -2,29 +2,27 @@ [![Build status](https://ci.appveyor.com/api/projects/status/hk1e4fx3rw4qjrho?svg=true)](https://ci.appveyor.com/project/mrexodia/scyllahide) -ScyllaHide is an advanced open-source x64/x86 usermode Anti-Anti-Debug library. It hooks various functions in usermode to hide debugging. This tool is intended to stay in usermode (ring3). If you need kernelmode (ring0) Anti-Anti-Debug please see TitanHide https://github.com/mrexodia/titanhide. +ScyllaHide is an advanced open-source x64/x86 user mode Anti-Anti-Debug library. It hooks various functions to hide debugging. This tool is intended to stay in user mode (ring 3). If you need kernel mode (ring 0) Anti-Anti-Debug, please see [TitanHide](https://github.com/mrexodia/titanhide). -ScyllaHide supports various debuggers with plugins: +ScyllaHide supports various debuggers through plugins: -- OllyDbg v1 and v2 http://www.ollydbg.de -- x64dbg http://x64dbg.com or https://github.com/x64dbg/x64dbg -- Hex-Rays IDA v6 https://www.hex-rays.com/products/ida -- TitanEngine v2 https://bitbucket.org/titanengineupdate/titanengine-update and http://www.reversinglabs.com/open-source/titanengine.html +- OllyDbg [v1](http://www.ollydbg.de) and [v2](http://www.ollydbg.de/version2.html) +- [x64dbg](https://x64dbg.com) +- [Hex-Rays IDA](https://www.hex-rays.com/products/ida/) v6 +- TitanEngine v2 ([original](http://www.reversinglabs.com/open-source/titanengine.html) and [updated](https://github.com/x64dbg/TitanEngine/) versions) PE x64 debugging is fully supported with plugins for x64dbg and IDA. -Please note: ScyllaHide is not limited to these debuggers. You can use the standalone commandline version of ScyllaHide. You can inject ScyllaHide in any process debugged by any debugger. +Please note that ScyllaHide is not limited to these debuggers. You can use the standalone command line version of ScyllaHide. You can inject ScyllaHide into any process debugged by any debugger. -More information is available in the documentation: [ScyllaHide.pdf](https://github.com/x64dbg/ScyllaHide/files/2569751/ScyllaHide_2018-11-11_20-15.pdf) +More information is available in the [documentation](https://github.com/x64dbg/ScyllaHide/releases/download/docs-2019-05-17/ScyllaHide.pdf) (PDF). -Source code license: -GNU General Public License v3 https://www.gnu.org/licenses/gpl-3.0.en.html +## License +ScyllaHide is licensed under the [GNU General Public License v3](https://www.gnu.org/licenses/gpl-3.0.en.html). ------------------------------------------------------- -Special thanks to: - -- What for his POISON Assembler source code https://tuts4you.com/download.php?view.2281 -- waliedassar for his blog posts http://waleedassar.blogspot.de -- Peter Ferrie for his PDFs http://pferrie.host22.com -- MaRKuS-DJM for OllyAdvanced assembler source code -- MS Spy++ style Window Finder http://www.codeproject.com/Articles/1698/MS-Spy-style-Window-Finder +## Special thanks to +- What for his [POISON Assembler source code](https://tuts4you.com/download.php?view.2281) +- waliedassar for his [blog posts](http://waleedassar.blogspot.de) +- Peter Ferrie for his [PDFs](http://pferrie.host22.com) +- MaRKuS-DJM for [Olly Advanced](http://www.openrce.org/downloads/details/241/Olly_Advanced) +- Lim Bio Liong for [MS Spy++ style Window Finder](http://www.codeproject.com/Articles/1698/MS-Spy-style-Window-Finder)