mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2003
Posts: 37
R
Rumie Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Oct 2003
Posts: 37
anyone can give me idea on how to read dll file using mirc?

Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
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.


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
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
$


New username: hixxy
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
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.

Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Mark Zbikowski

Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
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: 810
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Feb 2003
Posts: 810
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)


* cold edits his posts 24/7
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
i dont know how MX is ment to?

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

Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
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: 742
Hoopy frood
Offline
Hoopy frood
Joined: Jul 2003
Posts: 742
this program will tell you certain functions (but not paremeters) of dll files.
http://www.mtec89.com/ftp/other/ShowDLL.exe


http://MTec89Net.com
irc.freenode.net #MTec89Net

Link Copied to Clipboard