Sep 16, 2013 at 4:29 PM
Join Date: Apr 5, 2013
Location: In my mind and of my body.
Posts: 1640
Age: 27
Pronouns: he/him
Yeah, exactly what the title says.
This is a revival of the Cave Story split Dissembly thread.
Now that Suu No Monogatari 0.2.0 is out of the way, I want to make ASM easier for everyone. (including me)
What is Split dissembly?
What good is it?
IF someone can find all the addresses to ALL the data in the .exe and
IF someone can make a special program to that can split/ built doukustu.
IF I could get some help.
This is definitely do-able
This is a revival of the Cave Story split Dissembly thread.
Now that Suu No Monogatari 0.2.0 is out of the way, I want to make ASM easier for everyone. (including me)
What is Split dissembly?
Split Dissembly is the act of taking Doukustu apart in to tiny pieces and editing them individually.
like this.
and leads to this.
So we get this...
do you get it now?
No?
Well if you were to open these files you could modify the code with nothing more then a simple .asm editor.
now this leads us to our next question...
like this.
and leads to this.
So we get this...
do you get it now?
No?
Well if you were to open these files you could modify the code with nothing more then a simple .asm editor.
now this leads us to our next question...
What good is it?
Well. (the smart ones get it by now)
editing these files allow you to cram as much data into the files as you like.
WAIT HOLD UP!
if you cram these back into the executable you'll screw up the data!
there's to much data to put back and if you push things farther down you'll mess up the JUMP's earlier in the .exe
not quite...
IF all of the content of the exe is in folders and they are assembled by a special program and all Jumps would b make relevant instead of attached to a certain address (think Doukustu assembler)
it would work.
editing these files allow you to cram as much data into the files as you like.
WAIT HOLD UP!
if you cram these back into the executable you'll screw up the data!
there's to much data to put back and if you push things farther down you'll mess up the JUMP's earlier in the .exe
not quite...
IF all of the content of the exe is in folders and they are assembled by a special program and all Jumps would b make relevant instead of attached to a certain address (think Doukustu assembler)
it would work.
IF someone can find all the addresses to ALL the data in the .exe and
IF someone can make a special program to that can split/ built doukustu.
IF I could get some help.
This is definitely do-able