Read Me.txt
上传用户:haohao_zhu
上传日期:2014-08-15
资源大小:2446k
文件大小:2k
源码类别:

PlugIns编程

开发平台:

Visual C++

  1. install 
  2. **********************
  3.  Copy Invisible.dll and Teerayoot.dll to Olly Plugin dir.
  4. Leave Your "Ollydbg.exe" as is.
  5. Ready to run  Your "Ollydbg.exe" 
  6. that will make your ollydbg invisible(no have visible process name in any processlists even use  
  7. ZwQuerySystemInformation as SDProtecter do .
  8. Have any bugs just report me
  9. Feature
  10. **********************
  11. -hide process from ZwQuerySystemInformation
  12. -avoid from many debugger check from ZwQueryInformationProcess
  13. -avoid from IsdebuggerPresent
  14. -avoid from BeingDebugged
  15. -avoid from CsrGetProcessId
  16. Options
  17. **********************
  18. -System Wide Hooking 
  19. Using this method Ollydbg  will hide in whole system.
  20. -User Wide Hooking
  21. Using this method Ollydbg will hide in current user session.
  22. -Only Target Process
  23. Sometimes we don't need to hide process to others process  
  24. except only target process 
  25. this method will also save a lot of hooking  time:)
  26. History
  27. **********************
  28. V0.9.0.11
  29. -Fixed freeze when attach or debug as just in time debugging
  30. (19/4/2005)  V 0.9.0.7
  31. -Fixed bug on "Only Target Process" dll injection 
  32. -Olly Format overflow fixed
  33. -hooked IsDebuggerPresent
  34. -hidden hook improve
  35. -BeingDebugged clear
  36. -hooked CsrGetProcessId
  37. (18/4/2005)
  38. -hooked  ZwQueryInformationProcess to avoid many debug detection tricks
  39.         (Thank to "TQN" for help on problem and suggestion.)
  40. (17/4/2005)
  41. -hooked ZwReadVirtualMemory to hide hook
  42. -add Only Target Process option
  43. (16/4/2005)
  44. -hooked ZwQuerySystemInformation
  45. Todo
  46. **********************
  47. -Hide dll in target process
  48. -tell me Api name have to hook(only ring 3 please ) ;)
  49. We can hook all, hehe.
  50. -----------------------------------------------------------------------------------------------------------
  51. Teerayoot : teer4y00t@hotmail.com
  52. TQN : truong_quoc_ngan@yahoo.com