+  RHDN Forum Archive
|-+  Romhacking
| |-+  ROM Hacking Discussion
| | |-+  Text Extraction with pointers
Pages: [1]
Author Topic: Text Extraction with pointers  (Read 1 times)
omarrrio
Guest
« on: October 16, 2011, 09:56:32 am »

hello guys, i need some help with these please:
1- i have a binary file, with japanese text inside, and the pointers(absolute) for the text are in another binary file, how to extract the text and the pointers at the same timewith the ability of auto reinsertion of all of them without the pain of doing it manually ?
2- i have a binary file encoded Huffman, i don't know what is that encoding, and it seems impossible to read it, but i got another file with the huff encoding for the file i am talking about, how to decode it please, and thank you Cheesy

Thank you.
henke37
Guest
« Reply #1 on: October 16, 2011, 03:43:56 pm »

That sounds rather easy, since it is just reading from two sources at the same time. Any competent programmer will be able to do two things at once.
omarrrio
Guest
« Reply #2 on: October 16, 2011, 05:49:47 pm »

lol i asked for a way, and not the capability of doing it xD thnx tho for the info  :thumbsup:
Ryusui
Guest
« Reply #3 on: October 16, 2011, 06:50:06 pm »

We got all the documentation you need. What we don't have is a magic bullet to solve all your problems.

You'll have to man up and develop your own tools in this instance. Fortunately, there are plenty of free IDEs and whatnot for writing your own software.
omarrrio
Guest
« Reply #4 on: October 16, 2011, 07:25:19 pm »

1- can't find any good tutorials
2- already solved the problem Smiley thnx.
DarknessSavior
Guest
« Reply #5 on: October 16, 2011, 08:57:00 pm »

Quote from: omarrrio on October 16, 2011, 07:25:19 pm
1- can't find any good tutorials
2- already solved the problem Smiley thnx.
Since you solved it, care to share the solution with us?

~DS
omarrrio
Guest
« Reply #6 on: October 17, 2011, 10:11:11 am »

some guy sent me a tool, private thing srry.
Pages: [1]  


Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC