Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Click here to join us on IRC (#charas on irc.freenode.net)!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
My Awesome Idea
« previous
next »
Print
Pages: [
1
]
Author
Topic: My Awesome Idea (Read 1965 times)
Linkizcool
Doesn't exist for official purposes.
Exemplar
Posts: 1,290
I am Canadian.
My Awesome Idea
«
on:
October 14, 2005, 05:39:20 PM »
Is it possible to take a Ruby decompiler and decompile every one of your RM2K files and then edit ehm using a Ruby IDE and recompile them?
Logged
Krade
Member
Initiate
Posts: 8
(No subject)
«
Reply #1 on:
October 17, 2005, 08:05:45 PM »
It's impossible, simply because Ruby isn't even a compiled language, it's interpreted.
Logged
Linkizcool
Doesn't exist for official purposes.
Exemplar
Posts: 1,290
I am Canadian.
(No subject)
«
Reply #2 on:
October 17, 2005, 08:25:16 PM »
What about using a different language decompiler?
Logged
Krade
Member
Initiate
Posts: 8
(No subject)
«
Reply #3 on:
October 17, 2005, 08:31:08 PM »
Well...there are a few problems with decompiling programming languages.
Firstly, you don't even know what compiler was used, and since each compiler has a different way of compiling a language there's always a chance that the decompiler won't work.
Secondly, we don't know what language was used.
And even if you'd manage to decompile it, and we'd be left with C and Assembly, we can't even automatically change it into ruby. We'd need a scripter to "translate" it.
Logged
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
My Awesome Idea