PDA

View Full Version : Problem with ODBGScript V1.64


fragmich
March 7th, 2008, 02:08
I take the ASK - cmd and Olly crash!
Now i found the mistake

In the File "OllyLangCommands.cpp" is this Code:
# # # #
bool OllyLang:: DoASK(string args)
{
string ops[1];
string title;

if(!CreateOperands(args, ops, 1))
return false;

if(GetSTROpValue(ops[0], title))
{
if (wndProg.hw!=NULL)
InvalidateRect(wndProg.hw, NULL, FALSE);

HINSTANCE hi = (HINSTANCE)GetModuleHandle("ODbgScript.dll";
# # # # # #
I have renamed my "ODBGScript.dll" to "ODBGScript v1.64.dll".

The Call to "GetModuleHandle("ODbgScript.dll"" return with eax=FFFFFFFF
and Olly crash...

Epsylon3
March 8th, 2008, 12:28
yea, i need to find the way to get the module instance without module name...

there is also a bug on Vista which block initial display of script window... i need to reinstall VC6 on vista to continue development...

thanks for the report

Epsylon3
March 8th, 2008, 19:20
hmm... no.. the vista problem was with another plugin... (and also with VC6's SP5) ... i will retry with NULL parameter, but i think i've already made that...

Epsylon3
March 8th, 2008, 19:23
With ollyadvanced ... dunno version (16.11.2005 8Ko)

SHaG
August 25th, 2008, 08:29
Nice to see you are still working on the plugin Epsylon3.

Epsylon3
August 25th, 2008, 10:51
yes =) sometimes