Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: .dll to .c files?  (Read 8849 times)

0 Members and 1 Guest are viewing this topic.

kinight

  • Anope User
  • Offline Offline
  • Posts: 16
.dll to .c files?
« 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!
Logged

Naram Qashat

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 192
    • CBX's Sprite Animations
Re: .dll to .c files?
« Reply #1 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.
Logged

kinight

  • Anope User
  • Offline Offline
  • Posts: 16
Re: .dll to .c files?
« Reply #2 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
Logged

Amanda Folson

  • Anope User
  • Offline Offline
  • Posts: 164
  • O_O
    • ZomgIRC
Re: .dll to .c files?
« Reply #3 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
Logged

kinight

  • Anope User
  • Offline Offline
  • Posts: 16
Re: .dll to .c files?
« Reply #4 on: March 16, 2009, 08:38:41 PM »

=(
so i cant reverse it in anyway?
Logged

Dave Robson

  • Team
  • *
  • Offline Offline
  • Posts: 357
Re: .dll to .c files?
« Reply #5 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 :)
Logged

Ethan Carr

  • Anope User
  • Offline Offline
  • Posts: 14
Re: .dll to .c files?
« Reply #6 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.
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: .dll to .c files?
« Reply #7 on: March 05, 2011, 02:29:51 PM »

way to post on a 2 year old thread
Logged
Pages: [1]   Go Up