Chaos Project

General => Electronic and Computer Section => Topic started by: Narzew on October 28, 2011, 06:47:36 pm

Title: A DLL,SO,A QUESTION
Post by: Narzew on October 28, 2011, 06:47:36 pm
I have a untyppical question. I have source code of ruby0.48. How i can create dll or what? How so? How a? I have a some dll's. How i can get method from it? How i can get source code from it? I need source code of RGSS103J. Please help me.
Title: Re: A DLL,SO,A QUESTION
Post by: ForeverZer0 on October 28, 2011, 07:02:36 pm
When you figure out what the hell you're actually asking, be sure to let the rest of us know.
This post makes absolutely no sense at all, not even counting the language barrier.
Title: Re: A DLL,SO,A QUESTION
Post by: Spaceman McConaughey on October 29, 2011, 03:45:13 am
lolololololol
Title: Re: A DLL,SO,A QUESTION
Post by: Fantasist on October 29, 2011, 03:56:49 am
QuoteI have a untyppical question. I have source code of ruby0.48. How i can create dll or what? How so? How a?

This is confusing. I think he means how to make a Ruby dll?

QuoteI have a some dll's. How i can get method from it? How i can get source code from it? I need source code of RGSS103J. Please help me.

I believe he wants to know how to decompile the RGSS103J dll. (Or less likely, how to call methods from a DLL)
Title: Re: A DLL,SO,A QUESTION
Post by: ForeverZer0 on October 29, 2011, 11:06:10 am
Even though he is no longer with us, I'll address what we think might be the question:

1) Using Ruby 0.48? Seriously? Why in the world would you ever, even if you supposedly have the source code. I don't even know what state Ruby was in at that version, or if it was really even usable, let alone stable.

2) You can really get the "source code" from a DLL. .NET managed assemblies are an exception to that, but the best you can hope for normally is some pointers with the return type, and argument types. There are a few debuggers/decompilers out there, none of which work in the way that you are hoping for. A few are WinDSM,  IDA, and Olly Debug. By the very nature of your question, I can probably say that these programs will be nothing more than a confusing mess with which won't help you. They are definitely for advanced users, and are even hard to use for them.
Title: Re: A DLL,SO,A QUESTION
Post by: Blizzard on October 29, 2011, 11:50:35 am
I'll just go ahead and lock this topic.