mIRC Home    About    Download    Register    News    Help

Print Thread
R
Rumie
Rumie
R
anyone can give me idea on how to read dll file using mirc?

Joined: Mar 2003
Posts: 1,256
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,256
A dll generally is a file which has been compiled, which means it's unreadable. You can parse certain commands to it, and it will reply, but generally the code which it is made of is not easily extractable.

Joined: Nov 2003
Posts: 2,321
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,321
you can still read dll files, but it's obviously not the code that is in them.

//echo -a $read(" $+ $mircdirdlls\mdx\mdx.dll",1)
//echo -a $read(" $+ $mircdirdlls\mdx\mdx.dll",2)
returns
MZ
$

D
DaveC
DaveC
D
totally different subject, Does anyone know the exact spelling of the last name of "Mark Z???????" the guy the MZ in exe's is from, sorry just wanted to know for a freind writting about all of it.

I
Iori
Iori
I
Mark Zbikowski

D
DaveC
DaveC
D
oh yes Zbikowski, how ever did i forget that spelling <grin>

Thanks heaps.

Joined: Mar 2003
Posts: 187
S
Vogon poet
Offline
Vogon poet
S
Joined: Mar 2003
Posts: 187
who the hell is Mark Zbikowski

Joined: Feb 2004
Posts: 201
J
Jae Offline
Fjord artisan
Offline
Fjord artisan
J
Joined: Feb 2004
Posts: 201
how does MX stand for Mark Zbikowski ?

Joined: Feb 2003
Posts: 806
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Feb 2003
Posts: 806
As a side-note, you don't need to use quotes nor $shortfn when the file is an identifier's parameter. The recommended usage is $read($mircdir $+ dlls\mdx\mdx.dll,1)

D
DaveC
DaveC
D
i dont know how MX is ment to?

But since its MZ i was talking about I can kinda see it.

D
DaveC
DaveC
D
Dont quote me on this exactly but its close , he designed the original DOS .EXE file structure. (pre Microsoft)

Joined: Feb 2004
Posts: 201
J
Jae Offline
Fjord artisan
Offline
Fjord artisan
J
Joined: Feb 2004
Posts: 201
sorry i hadnt had my coffee. i was thinking how to get it from MDX not MX or MZ ... sorry for comfusing the confusion..

Joined: Jul 2003
Posts: 733
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jul 2003
Posts: 733
this program will tell you certain functions (but not paremeters) of dll files.
http://www.mtec89.com/ftp/other/ShowDLL.exe


Link Copied to Clipboard