Page 1 of 1

Olly Assembler/Disassembler PureLibrary

Posted: Tue Dec 05, 2006 8:05 am
by JCV
****************************************************
* Name: Assembler/Disassembler
* Based from Olly Debugger of Oleh Yuschuk
* Converted as PureBasic Library by: JCV (+639185245027)
****************************************************

*** FUNCTIONS ***
Olly_Options(int isIdeal, int isLower, int DoTabs, int DispSeg)
Olly_Assemble(Char *cmd,ulong ip,t_asmmodel *model,int attempt, int onstsize,Char *errtext)
Olly_Disasm(char *src,ulong srcsize,ulong srcip, t_disasm *disasm,int disasmmode)
Long Olly_Disassembleback(Char *block,ulong base,ulong Size,ulong ip,int n)
Long Olly_Disassembleforward(Char *block,ulong base,ulong Size,ulong ip,int n)
Image

I used this library since the last time I asked question here

You might need this in your tool. Ive been using this for months. ;)

Download Link with example
http://purebasic.jcvsite.com/downloads/Disassembler.rar

Posted: Tue Dec 05, 2006 8:35 am
by FreeThought
Thanks, Very nice.

Posted: Tue Dec 05, 2006 9:26 am
by JCV
Hope you all like it. :)
Its very fast and it adds small kb in your app.

Posted: Tue Dec 05, 2006 12:55 pm
by Inf0Byt3
I am extremely greatfull for this library! Thanks! I need this for the heuristics in my app and i was using a very slow library to dissasemble exes :).

Posted: Tue Dec 05, 2006 1:35 pm
by Rings
would be nice if you include the sources, coz its based on gpl.
(see original sources at http://www.ollydbg.de/disasm.zip or
via mainpage at http://www.ollydbg.de/ ) .
anyway, good work.
maybe that could be part of pbosl ?

edited link....

Posted: Tue Dec 05, 2006 1:58 pm
by rsts
Can't access site? :(

cheers

edit - nevermind - got it.

Thanks for the neat tool.

Posted: Tue Dec 05, 2006 3:33 pm
by JCV
archieves updated. Added modified c sourcecode.
Inf0Byt3 wrote:I am extremely greatfull for this library! Thanks! I need this for the heuristics in my app and i was using a very slow library to dissasemble exes :).
I use it too for my autopatcher and scanner :D
Rings wrote:would be nice if you include the sources, coz its based on gpl.

maybe that could be part of pbosl ?
updated the archives. Added modified c sourcecode. Add it if you want ;)

Posted: Sat Dec 22, 2007 6:56 am
by Mike Yurgalavage
I realize this is an old post but the link to this is dead. can anyone else post a working link to this library?

or you can .rar the library and send it to me at

mike@jesupdental.com


i'd appreciate it!

best,
Mike

Posted: Sun Dec 23, 2007 6:51 pm
by Inf0Byt3
I'll have a look on my old backup dvds and maybe I can help you. But there's a big chance i am not going to find it.

Posted: Sun Dec 23, 2007 7:04 pm
by Inf0Byt3
Uploaded here:

File:1->Disassembler.rar
Image

Posted: Sun Dec 23, 2007 8:29 pm
by Mike Yurgalavage
Inf0Byt3 wrote:Uploaded here:

File:1->Disassembler.rar
Image
thank you so very much!

best,
Mike

Posted: Tue Jul 14, 2009 9:12 am
by Machiavelli
no any workable links?

Posted: Wed Jul 15, 2009 8:46 pm
by SFSxOI
I want to think I saw this somewhere, maybe recently. Try over here > http://www.reelmediaproductions.com/ and see if the lib files are still there, haven't looked in a while myself.

Re: Olly Assembler/Disassembler PureLibrary

Posted: Sun May 23, 2010 9:50 pm
by goldbaby
Where can i get this library although this is a dead post area?