dont have added chinese recent improvements (if there are), because he didnt contact me... and dont find this version...
Added a new command : GOPI (Get Operand Information)
http://odbgscript.sf.net
Welcome to the new Woodmann RCE Messageboards Regroupment
Please be patient while the rest of the site is restored.
To all Members of the old RCE Forums:
In order to log in, it will be necessary to reset your forum login password ("I forgot my password") using the original email address you registered with. You will be sent an email with a link to reset your password for that member account.
The old vBulletin forum was converted to phpBB format, requiring the passwords to be reset. If this is a problem for some because of a forgotten email address, please feel free to re-register with a new username. We are happy to welcome old and new members back to the forums! Thanks.
All new accounts are manually activated before you can post. Any questions can be PM'ed to Kayaker.
Please be patient while the rest of the site is restored.
To all Members of the old RCE Forums:
In order to log in, it will be necessary to reset your forum login password ("I forgot my password") using the original email address you registered with. You will be sent an email with a link to reset your password for that member account.
The old vBulletin forum was converted to phpBB format, requiring the passwords to be reset. If this is a problem for some because of a forgotten email address, please feel free to re-register with a new username. We are happy to welcome old and new members back to the forums! Thanks.
All new accounts are manually activated before you can post. Any questions can be PM'ed to Kayaker.
odbgscript v1.66.3 released...
olly crashing
For some unknown reason, this nice plugin always crashes Olly when I try to run any application (without even running any script, all I neeed is to have this plugin in Plugin directory). I tried removing all other plugins and even starting with clear Olly without anything in ini file and still the same. Running Win XP SP 2, non-english version. Anyone have the same problem?
Edit: I found version 1.48 and it works OK.
Edit: I found version 1.48 and it works OK.
It runs fine on my Vista, but XP is the problem. Maybe it's because the system is too long without reinstall and too messed-up. I don't know.
But I probably found the bug:
http://img297.imageshack.us/img297/1120/ollyscriptke9.png
And this fixes it for me (code I added is bold and red):
But I probably found the bug:
http://img297.imageshack.us/img297/1120/ollyscriptke9.png
And this fixes it for me (code I added is bold and red):
Code: Select all
if (debugevent && debugevent->dwDebugEventCode == OUTPUT_DEBUG_STRING_EVENT && debugevent->u.DebugString.nDebugStringLength>0
[color="Red"][B]&& !IsBadCodePtr((FARPROC)debugevent->u.DebugString.lpDebugStringData)[/B][/color])
MsgBox(debugevent->u.DebugString.lpDebugStringData,"");