PDA

View Full Version : plugin.inc for masm?


Guybrush
December 28th, 2002, 07:26
is there a plugin.inc available for masm ?

Eviloid
March 13th, 2003, 20:12
It's beta version =)
not tested totally
if You found any bugs please post here...
plugin.zip ("http://www.popug.narod.ru/eviloid/ftp/plugin.zip")

TBD
March 14th, 2003, 02:01
Eviloid: nice work! when will see a plugin written in masm ?

Eviloid
March 16th, 2003, 04:37
not soon

in present time I trying to rewrite Sample plugin on C to MASM
and I have troubles with this... and I can't solve this ;(

Please, help me if You can...

problem: if bookmarks great than 1 - bookmarks window do redraw not correctly =(

and other
size of C type long double = 10 or 8 ?
MSVC returned 8, it is correct? It's need to structures size fixed.

sample plugin on MASM (not complete yet) ("http://www.popug.narod.ru/eviloid/ftp/sample.zip")

PS: sorry for my English, but I really hope to You understand me =)
PPS: if You know any free FTP hosting, please, give me URL =)

TBD
March 17th, 2003, 04:09
from Olly:
---
float = 4 bytes
double = 8 bytes
long double = 10 byte

That's trivial, Watson: Bookmarkgettext() should be declared as C. I wonder why it doesn't instantly crash...
By the way, there is yet another small error in Bookmarksortfunc, ECX should be initially 0.
---

hope it helps.

Eviloid
March 17th, 2003, 15:29
It helps !!! =)
Thank You very much !

Darus
April 29th, 2003, 23:00
http://www.free.fr ("http://www.free.fr") provides a free web hosting without popup

Anonymous
June 2nd, 2003, 05:30
Hi
Thanks a lot Eviloid for your work !
Just a little miss at :
Findthread proto C threadid:dword
C was missing ^

Perhaprs it's already corrected

SV

Cip
September 1st, 2003, 07:09
Eviloid: I'm interested in your plugin.inc and your sample, but I'm not able to download the two zip files linked above.

Could you, or someone that has the correct links/files, help me?

Thank you.

TBD
September 1st, 2003, 22:44
Cip: masm_inc.zip ("http://ollydbg.win32asmcommunity.net/stuph/masm_inc.zip")

here ya go. now we are waiting for a plugin

Cip
September 2nd, 2003, 02:20
TBD: Thank you very much!

Now I can start working...

EsseEmme
September 2nd, 2003, 03:02
Nice to see people willing to write plugins for Olly.

Cya,
EsseEmme