![]() |
eXeL@B —› Софт, инструменты —› IDA Stealth Plugin |
. 1 . 2 . >> |
Посл.ответ | Сообщение |
|
Создано: 05 июля 2008 04:51 · Личное сообщение · #1 IDA Stealth is a plugin which aims to hide the IDA debugger from most common anti-debugging techniques. The plugin is composed of two files, the plugin itself and a dll which is injected into the debuggee as soon as the debugger attaches to the process. The injected dll is actually responsible for implementing most of the stealth techniques either by hooking syscalls or by patching some flags in the remote process. newgre.net/idastealth ![]() |
|
Создано: 05 июля 2008 10:10 · Личное сообщение · #2 |
|
Создано: 05 июля 2008 10:23 · Личное сообщение · #3 |
|
Создано: 05 июля 2008 12:09 · Личное сообщение · #4 |
|
Создано: 05 июля 2008 22:10 · Личное сообщение · #5 |
|
Создано: 17 июля 2008 00:56 · Личное сообщение · #6 Довольно активно развивается: Changelog 07/14/2008 - v1.0 Alpha 4 Bugfix: Injection of stealth dll could fail in some cases (see N-InjectLib) 07/13/2008 - v1.0 Alpha 3 Added: Multiple stealth techniques (OpenProcess, DBG_PRINTEXCEPTION, hardware breakpoint protection, hide IDA process and windows, to name but a few) Improved: Overall stealth: xADT as well as Extreme Debugger Detector 0.5 are unable to detect an attached debugger (except for RDTSC based tests and scanning the HDD for various tools) Bugfix: Plugin didn't correctly de-register from debug callback; crashed with newly created databases 07/06/2008 - v1.0 Alpha 2 Bugfix: Injection of stealth dll failed if IMAGE_DIRECTORY_ENTRY_IAT of process was zero, so the plugin didn't work with most packed executables Bugfix: NtQueryInformationProcess didn't work (CheckRemoteDebuggerPresent was implicitly affected) 07/04/2008 - v1.0 Alpha First alpha release, some features still missing, needs testing, major bugs Known Bugs: Problems when modifying import directory of packed executables (error 0xC000007B) ![]() |
|
Создано: 17 июля 2008 09:41 · Личное сообщение · #7 |
|
Создано: 17 июля 2008 10:25 · Личное сообщение · #8 |
|
Создано: 17 июля 2008 11:45 · Личное сообщение · #9 |
|
Создано: 17 июля 2008 12:14 · Личное сообщение · #10 |
|
Создано: 17 июля 2008 12:28 · Поправил: Hexxx · Личное сообщение · #11 |
|
Создано: 17 июля 2008 12:58 · Личное сообщение · #12 |
|
Создано: 17 июля 2008 13:40 · Личное сообщение · #13 |
|
Создано: 17 июля 2008 20:28 · Личное сообщение · #14 |
|
Создано: 17 июля 2008 22:46 · Личное сообщение · #15 Вот тут сайтег специальный по таким вещам, ну вернее разработчики плагинов для олки и ИДЫ общаюццо www.openrce.org а вот тут топег для этого плагина и сам аффтор www.openrce.org/forums/posts/858 вот мона помочь челу пока у него есть желание кодить плуг мну помнит что Archer где-то писал что отдаст в хорошие руки сорсы дровины так мож ему их и дать? Должно же быть описание кодов для дрова и с буржуйским проблем нет вроде у него время есть апгрэйдить плуг ЗЫ: добавит для дрова обертку в плуг и будед ака второй фантомко для ИДЫ %)) ----- ЗЫ: истЕна где-то рядом, Welcome@Google.com ![]() |
|
Создано: 18 июля 2008 04:13 · Личное сообщение · #16 Кому интересно во еще парочка плугов для иды IdaOlly is a simple plugin allowing IDA to assist OllyDbg. You can join (attached) or leave an olly debugging session any time you want. In addition to that, you can also start a session by normally running the process in IDA. lgwm.org/downloads/IdaOlly.zip IDA Inject Plugin This plugin allows you to inject dlls into a debugged process, either prior to process creation or when the debugger is attached. The injected dll can then do some fancy stuff inside the debugged process. To realize dll injection before process creation, new import descriptors are added to the image import directory of the debuggee, whereas injection into an already running process is realized via shellcode injection, which in turn loads the dll in question. In either case, a full path to the dll can be supplied, so it is not necessary for the dll to be in the search path. newgre.net/system/files/IDAInject.rar ![]() |
|
Создано: 18 июля 2008 11:39 · Личное сообщение · #17 Demon666 пишет: мну помнит что Archer где-то писал что отдаст в хорошие руки сорсы дровины так мож ему их и дать? дроф уже отдали в хорошие руки, ведётся даже его доработка и фикс багов, возможно будет релиз в скором времени. а вообще можно конешно ![]() ----- [nice coder and reverser] ![]() |
|
Создано: 18 июля 2008 13:32 · Личное сообщение · #18 |
|
Создано: 18 июля 2008 19:13 · Личное сообщение · #19 |
|
Создано: 20 июля 2008 17:21 · Личное сообщение · #20 |
|
Создано: 20 июля 2008 17:30 · Личное сообщение · #21 |
|
Создано: 20 июля 2008 17:45 · Личное сообщение · #22 |
|
Создано: 20 июля 2008 17:46 · Поправил: Hellspawn · Личное сообщение · #23 |
|
Создано: 15 сентября 2008 15:30 · Личное сообщение · #24 09/15/2008 - v1.0 Beta 3 Bugfix: NtQuerySystemInformation hook possibly returned wrong error code when handling SystemKernelDebuggerInformation query Bugfix: NtQueryObject hook mistakenly assumed that all object names are zero terminated strings Improved: NtQueryInformationProcess considers the case that the debuggee itself might act as a debugger (see Tuts4You baord) Improved: Exception triggered by NtClose is now blocked in the first place (detailed description) Added: Countermeasures against anti-attach techniques ![]() ----- Чтобы правильно задать вопрос, нужно знать большую часть ответа. Р.Шекли. ![]() |
|
Создано: 26 марта 2009 14:43 · Личное сообщение · #25 03/25/2009 - v1.0 Bugfix: API hook of GetThreadContext erroneously returned the complete context even if the flags specified that only the DRs should be returned. This interfered with newer Armadillo versions Improved: GetTickCount hook now mimics the original API algorithm and allows for controlling the increasing delta Added: RDTSC emulation driver with optional driver name randomization to increase stealthiness. Read these notes carefully before using this feature --> Download <-- http://newgre.net/idastealth ![]() ----- Чтобы правильно задать вопрос, нужно знать большую часть ответа. Р.Шекли. ![]() |
|
Создано: 27 марта 2009 13:50 · Личное сообщение · #26 |
|
Создано: 06 декабря 2009 04:06 · Личное сообщение · #27 11/24/2009 - v1.1.1 Bugfix: Old RDTSC driver version slipped into the last release. The new one is now included Improved: To increase overall stealth, the NT Headers are restored to their original state after the dll has been injected Added: Profile for yoda's Protector added newgre.net/idastealth ----- Чтобы правильно задать вопрос, нужно знать большую часть ответа. Р.Шекли. ![]() |
|
Создано: 19 декабря 2009 12:09 · Поправил: sendersu · Личное сообщение · #28 А автор плага то зря время не сидит: 12/15/2009 - v1.2 Bugfix: RDTSC driver handling; driver service was not deleted in some rare cases Bugfix: RDTSC driver mode was broken due to recent BSOD fix Improved: IDAStealth can hide from Themida with ultra anti debugging settings Added: New stealth driver Линки те же что и в предыдущем посте ![]() |
|
Создано: 19 декабря 2009 14:08 · Поправил: Модератор · Личное сообщение · #29 |
|
Создано: 20 декабря 2009 01:18 · Личное сообщение · #30 |
. 1 . 2 . >> |
![]() |
eXeL@B —› Софт, инструменты —› IDA Stealth Plugin |