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

PlugIns编程

开发平台:

Visual C++

  1. NtGlobalFlagPlugin for ollydbg
  2. author Stingduk
  3. version 1.0
  4. platforms w2k and above wont work on 95,98,and winme 
  5. this plugin is intended to log all the window Ldr Emitted Debugstrings during process initialization stage in ollydbg log window
  6. usage 
  7. simply copy the dll to ollydbg directory or to the plugin path 
  8. if you have specified one in options 
  9. it should show up in plugin menu and ready to use
  10. use SET_LDR_SHOW_SNAPS to set the global flag
  11. if you have plugins that hide ollydbg like isDebugger present plugin
  12. or hidedebugger plugin
  13. you should choose yes to patch ntdll 
  14. if you chose no debug strings wont be visible 
  15. this plugin will work even before you load a debuggee so that you dont have to restart debuggee :)
  16. if you set after loading a debuggee then you should restrat the debuggee to catch the strings
  17. also while closing ollydbg this plugin will ask if you prefer to keep the setting for next session 
  18. normally the strings are benign and dont offer much information
  19. unless you are geek so choose no as keeping it active for debugging
  20. simple apps like iczelions tut-o2 will make the process a little bit slower as the system has to format and print the strings :) 
  21. any and all comments bug reports are welcome :)
  22. my mail address is in one of the plugins message box :)
  23. thanks and regards 
  24. stingduk 
  25. greetings 
  26. to oleh yuschuk author of this fine debugger 
  27. to detten for casting my Dwords to *(long *)(lpvoid)(char)(FARPROC *)
  28. without his active support i wouldnt have completed this project 
  29. also thanks goes to minos ,Zairon , AndreaGeddon for beta testing on 
  30. other platforms 
  31. also thanks to you :)