Anope IRC Services

Anope Development => Modules => Topic started by: kinight on March 16, 2009, 08:24:41 PM

Title: .dll to .c files?
Post by: kinight on March 16, 2009, 08:24:41 PM
Hi,

I was wondering, because i am on a linux shell with anope 1.8.0  I wanted to load ircd_init and found someone who made a patched version in .dll format. 

Is there a way to turn his ircd_init.dll into a ircd_init.c file?

Please Help!
Title: Re: .dll to .c files?
Post by: Naram Qashat on March 16, 2009, 08:28:39 PM
Um, a .dll is a Windows compiled module.  You need to take the .c file and compile it on your system yourself.
Title: Re: .dll to .c files?
Post by: kinight on March 16, 2009, 08:33:08 PM
Perhaps i havent made my self clear

Should i talk in irc command style?

/convert ircd_init.dll ircd_init.c

what im saying is i want to convert ircd_init.dll to a .c file because the module maker didn't make the .c file for it
Title: Re: .dll to .c files?
Post by: Amanda Folson on March 16, 2009, 08:37:04 PM
A .dll is made by compiling a .c file. You need the .c to make the .dll - it doesnt get decompiled
Title: Re: .dll to .c files?
Post by: kinight on March 16, 2009, 08:38:41 PM
=(
so i cant reverse it in anyway?
Title: Re: .dll to .c files?
Post by: Dave Robson on March 16, 2009, 08:42:19 PM
no.

however you can ask whoever gave you the dll for the .c and they have to supply you it :)
Title: Re: .dll to .c files?
Post by: Ethan Carr on March 05, 2011, 01:30:34 PM
no.

however you can ask whoever gave you the dll for the .c and they have to supply you it :)

This is true. But, there is Red Gate's .NET Reflector, which is a very good code viewer, it is almost like a decompiler, however, it is not. It still shows you code that could re-create the program, even if it isn't written in that language.
Title: Re: .dll to .c files?
Post by: LEthaLity on March 05, 2011, 02:29:51 PM
way to post on a 2 year old thread