PDA

View Full Version : odbgscript v1.66.3 released...


Epsylon3
December 21st, 2008, 06:17
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

hnedka
January 31st, 2009, 00:31
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.

Epsylon3
February 2nd, 2009, 01:27
Which non english language ? Could you try it on a Windows Vista with similar language ?

hnedka
February 2nd, 2009, 05:50
Czech version. I will try in Vista later and let you know.

Epsylon3
February 3rd, 2009, 02:40
Thanks, could be the language, there is no problems with English and French versions...

hnedka
February 5th, 2009, 21:44
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 ("http://img297.imageshack.us/img297/1120/ollyscriptke9.png")

And this fixes it for me (code I added is bold and red):

Code:
if (debugevent && debugevent->dwDebugEventCode == OUTPUT_DEBUG_STRING_EVENT && debugevent->u.DebugString.nDebugStringLength>0
&& !IsBadCodePtr((FARPROC)debugevent->u.DebugString.lpDebugStringData))
MsgBox(debugevent->u.DebugString.lpDebugStringData,"";

Epsylon3
February 6th, 2009, 10:01
Thanks, i updated SVN version, so this fix will be in the next versions...

SunBeam
March 5th, 2009, 06:08
Apparently EVAL+ASM command fails hardddd!! Here's code:

eval "MOV EAX,DWORD PTR SS:[EBP+FFFFAF84]"
asm eip,$RESULT

Fails with this error:

"Error on line X
Text: asm eip,$RESULT
Syntax error"

fr33ke
March 18th, 2009, 23:52
FFFFAF84 is not a number for Olly, 0FFFFAF84 is