-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathreadme.txt
69 lines (57 loc) · 1.44 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
OllyExt is a plugin for Olly 2.xx debugger.
The main intention of this plugin is to provide the biggest anti-anti debugging features
and bugfixes for Olly 2.xx. Updates will come... :)
VMProtect support!
The currently available commands are the following:
- Code Rip to Clipboard
- Code Rip to Clipboard Recursive
- Data Rip to Clipboard
The currently supported protections are the following:
- IsDebuggerPresent
- NtGlobalFlag
- HeapFlag
- ForceFlag
- CheckRemoteDebuggerPresent
- OutputDebugString
- CloseHandle
- SeDebugPrivilege
- BlockInput
- ProcessDebugFlags
- ProcessDebugObjectHandle
- TerminateProcess
- NtSetInformationThread
- NtQueryObject
- FindWindow
- NtOpenProcess
- Process32First
- Process32Next
- ParentProcess
- GetTickCount
- timeGetTime
- QueryPerformanceCounter
- ZwGetContextThread
- NtSetContextThread
- KdDebuggerNotPresent
- KdDebuggerEnabled
- NtSetDebugFilterState
- ProtectDRX
- HideDRX
- DbgPrompt
- CreateThread
The currently supported bugfixes are the following:
- Caption change
- Kill Anti-Attach ( dll integrity check )
Requirements:
- Microsoft Visual C++ 2010 Redistributable Package (x86)
OS support:
- WinXP x32
- WinXP WoW64
- Win7 x32
- Win7 WoW64
Limitations:
- Because of missing PDK function data ripping is ONLY on 2.01 latest supported
If you have any problem just notify me.
About the author:
Created by Ferrit
Send your bugreports/comments to [email protected]
Enjoy :P