Olly Assembler/Disassembler PureLibrary

Developed or developing a new product in PureBasic? Tell the world about it.
JCV
Enthusiast
Enthusiast
Posts: 579
Joined: Fri Jun 30, 2006 4:30 pm
Location: Middle East

Olly Assembler/Disassembler PureLibrary

Post 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
FreeThought
User
User
Posts: 54
Joined: Mon Jul 18, 2005 10:28 am

Post by FreeThought »

Thanks, Very nice.
JCV
Enthusiast
Enthusiast
Posts: 579
Joined: Fri Jun 30, 2006 4:30 pm
Location: Middle East

Post by JCV »

Hope you all like it. :)
Its very fast and it adds small kb in your app.
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post 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 :).
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
User avatar
Rings
Moderator
Moderator
Posts: 1423
Joined: Sat Apr 26, 2003 1:11 am

Post 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....
Last edited by Rings on Tue Dec 05, 2006 2:09 pm, edited 1 time in total.
SPAMINATOR NR.1
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Post by rsts »

Can't access site? :(

cheers

edit - nevermind - got it.

Thanks for the neat tool.
JCV
Enthusiast
Enthusiast
Posts: 579
Joined: Fri Jun 30, 2006 4:30 pm
Location: Middle East

Post 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 ;)
Mike Yurgalavage
Enthusiast
Enthusiast
Posts: 118
Joined: Thu May 17, 2007 8:35 pm
Location: USA

Post 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
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post 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.
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

Uploaded here:

File:1->Disassembler.rar
Image
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
Mike Yurgalavage
Enthusiast
Enthusiast
Posts: 118
Joined: Thu May 17, 2007 8:35 pm
Location: USA

Post by Mike Yurgalavage »

Inf0Byt3 wrote:Uploaded here:

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

best,
Mike
Machiavelli
User
User
Posts: 26
Joined: Sun May 24, 2009 2:38 pm

Post by Machiavelli »

no any workable links?
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Post 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.
goldbaby
User
User
Posts: 32
Joined: Sat May 22, 2010 11:08 am

Re: Olly Assembler/Disassembler PureLibrary

Post by goldbaby »

Where can i get this library although this is a dead post area?
Post Reply