FLEX (Flipboard Explorer) is a set of in-app debugging and exploration tools for iOS development. When presented, FLEX shows a toolbar that lives in a window above your application. From this toolbar, you can view and modify nearly every piece of state in your running application. Access any live object via a scan of the heap. View the file system within your app's sandbox.
OllyDbg 2.01 Plugin
Plusieurs boutons ont été rajoutés pour faciliter les recherches dans olly il est toujours configurable avec le fichier .ini
bug string corrigé
----------------------------------------------------------------------------
Several buttons have been added to facilitate searches in olly it is always configurable with the .ini file
*************************************************************
bug fixes string search
Some plugins require dll like :
msvcp60.dll, msvcr90.dll, msvcr100.dll, etc…
If a plugin does not work start by looking the import directory with "CCF Explorer"
and install them in the system32 directory!
...The features:
* DLL, which sets Plugins, UDD and win32.hlp paths automatically
* Dummy export so it's easy to add the DLL to your olly mod
* Open source
Attached is DLL + Source, I hope it's useful for somebody. Feel free to modify to your needs, just credit where you think it's needed.
P.S. To add the dll to your mod: Use CFF explorer to add the import "dummy" (which does nothing) to ollydbg.exe,
this will execute the DllMain function (which can be considered illegal) and set the paths in the INI file.
OllyPath2.dll must be in the same directory than ollydbg.exe
Thanks Mr. eXoDia the original author
Réécrit par VieuxCrapaud pour OllyDbg2
SPE is a python IDE with auto indentation&completion,call tips,syntax coloring&highlighting,uml viewer,class explorer,source index,todo list,pycrust shell,file browsers,drag&drop,Blender support.Spe ships with wxGlade,PyChecker and Kiki.
KerX (Kernel eXplorer) provides a simple way for reading the very low-level data structures of the OS (GDT, IDT, TSSs, Page-Tables, Page-Directories, etc...)