Updated Jan 4th 2009:
removed style accept for autocompletion and tips, to remove a bug reported by ahmadmansoor.
Updated on Jan 11th 2009
1-mru is added through right click on the empty portion of the toolbar
2- minimize & close to tray is added
3- tip for key word handle is added
Updated on Feb 2nd 2009:
more highlight is added and keywords as well.
Updated on Feb 7 2009:
1-change bitmap for tips
2-added an option to enable\disable autocomplete
Updated to version 9 on 11/2/2009:
added author name and file date to status.
all most complete tips file added, there are few left ,which can be easily added if needed.
if there is no bug reported this will be final.
Updated to version 10 on 23/2/2009:
1- Added a menu to create custom hilite through a color picker
2- reduced filckering
3- fixed a bug related to mru,this should be an old bug so you should redownload.
Updated to version 11 on 2/3/2009:
added Save as to child popup menu .
mru is tuned to reflect not found file.
Updated to version 12 on 4/3/2009:
menu is added to include variable in autocomplete as requested by ahmadmansoor.
Corrected typing error in menu+some other small things.
Updated to version 13 on 11/3/2009:
1-added a menu to run script in OllyDbg.
2-edit some menu names to more meaningful names.
Updated to version 14 on 16/3/2009:
1-Fixed Var bug reported by ahmadmansoor (Thank you ahmadmansoor for your reports,I could not do without)
2- Demo on how to use is included.
Updated to version 15 on 22/3/2009:
1-fixed small leak in var
2-added option in TestMe menu to debug script (Thank you SunBeam for the suggestion).
3-added a function in ODbgScript to enable debuging
4- added a menu in OSWrite plugin to patch ODbgScript.dll to work with modified ollydbg
Updated to version 16 on 25/3/2009:
fixed tips's minor bug, reported by SunBeam(Thanks again SubBeam for the bug report).
Updated to version 17 on 27/3/2009
drag and drop is added (Thanks SunBeam for the suggestion and helpful debugging).
once you drag , then the MRU and fileopened menu will be updated instantly.
Recompiled ODbgScript.dll v1.67.3 for OSWrite.
Updated to version 18 on 3/4/2009:
1-add ability to lunch exe in ollydbg by dragging a short cut or an execute into oswrite
2-restricted oswrite, it is now except script files only; that is file with extension .txt or osc.
3- add option in testme menu to clear default oswrite debugger.(start ollydbg in presence of oswrite to set the default debugger).
Updated to version 19 on 8/4/2009:
1-added a skin menu (Thank you SunBeam for this one)
2- added setting menu (now you can set OSWrite to exit on closing).( Thanks goes to SunBeam as always).
3- small cosmetic changes.
Regards.
Updated for tiny open skin dialog bug.
Updated to version 20 on 13/4/2009:
1-some menu names are changed as suggested by SunBeam to more meaningful names.(thanks SunBeam).
2-have oswrite sets scriptwindow always on top.
Updated to version 21 on 15/5/2009:
1- no popups in comments or in strings while they are active.
2- no need for space before comments; only for readability.(for var extraction).
3- var menu is slightly changed.
Updated to version 22 on 21/5/2009:
added win32help file for api help.
To use, please position cursor on api and press F1 key.
Please copy win32help file to OSWrite folder, here is a link if you don't have it http://rapidshare.co.../WIN32.rar.html
Updated:
Only download if you have the Winmsg.dll error, I removed the Winmsg.dll that shouldn't be there, I used it to test long time ago but I forgot all about it. My apology
Updated to version 23 on 8/6/2009 any one downloaded this file before please redownload).
1-added patterns paste "PtrnPaste" function to ease testing and using code patterns.
2-revived some internal code of both OSWrite.exe and OSWrite.dll.
2nd update for small bug. redownload.
Updated to version 24 on 6/7/2009: (Thank you CCDebuger for Your suggestions).
1-Added selection to languages that require two bytes to display char.
2-Added ability to run untitled script without the need to save it.
3-Added ability to tile and cascade windows.
4-Added ability to clear Mru.
5-Added ability to clear one file from mru.
6-Added ability to set script folder path.
7-Added ability to store size, position,style,font ect...
8-Added font requester
9-Added ability to restore to default size.
I imposed a limit to window's max size to fix a bug from my skin engine.
if anyone downloaded oswrite24test.rar, please download this file instead.
Updated on 8/7/2009:
1- fulfill ccdebuger need by adding font requester for the style font.
2- implemented the workaround for max mentioned above.
Updated on 25/7/2009 to Version 25:
added Go To Lable as requested by ccdebugger.
change some styles to upper case.
some internal changes.
note:
1-copy oswrite.dll and ODbgScript.dll to your plugin folder.
2-use oswrite.dll plugin to patch ODbgScript.dll if you are using moded ollydbg.
3-if you are using oswrite maximized and you change your skin, please maximize
the new skin and close then restart oswrite. your skin will now be correctly sized.
Updated to version 26 on 28/7/2009:
1-added simple auto indentation for coding.it can be disabled at any time.
2-fixed copy &paste bug I am in habit of forgetting.