View Single Post
  #20  
Old 05-08-2005, 16:16
JuneMouse
 
Posts: n/a
Quote:
OllyDbg Plugin SDK 1.08 for MASM32
first eviloid hasnt updated it for 1.10 so it misses all those nifty new plugin functions like odbg_plugincmd(),odbg_paused,pausedex etc

second he uses macros but hasnt defined them or prototyped them
when i first tried his inc i had hardtime finding what m2m or ctext
macro means there are infinite versions and flavours floating around
of those macros and i instead of concentrating on my coding
has to proof read and debug macros which i feel is kinda absurd

third his sample doesnt assemble throws thousands of errors mainly because of those macros and some other problems


he probably assumes dummies wont need his sdk

but also i would learn to code in c btw and understand how porting works in the process anyway first beta worked well in w2k and xp without problems but since this hidedebugger plugin decieves the status now i need
have the cake and eat it too so i recoded some hacks which works in w2k
need to test it on winxp and also find some reliable way to prevent user intervention
Reply With Quote