If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below. Also, before requesting
codes, note that there is a main site, which may contain what you
are looking for already. Also, if you know what you want, feel free to
search for it directly.
Instructions on modding the file:
1: Enter path to the elf file in the "elf header" tab and click "get header info"
2: goto the "edit file" tab for example i want to edit line 0x001000e8 to 0x00000001 and the start of the elf is "0x00100000" there for my code would be
1
0x000000e8 0x000000001
add that to the rich text box
3: click "set codes"
Heh, oddly enough, with version 1.3, I wasn't able to use addresses/values typed into the text box, but it picked up my text file just fine. Thanks; I'll be using this to do some testing.
no problem anything else you would like added? im thinking of possible coding a basic command appender so you can add straight MIPS commands but it will be basic to begin with.
That would be pretty cool. On the GUI side, you could add a Browse function for the input/output files, and text file. As for functionality, it would probably save time to also allow addresses and values not prefixed with 0x. These are just ideas; it's already a really good tool
well ive been working on the browsing for folders but im just not to sure how to fileDialog object works in VC++ ive looked at examples but il look into it more.
Prefixing address is kind of necessary for the conversions but im sure i can find a way around it
i'm trying to modfy the load section of an ELF file, and i get an "Input string was not in correct format" error.
I try to run this program in windows XP and in Windows Vista, but i get the same error allways. I run spanish versions of XP and Vista. I try to change the regional settinmgs to USA an UK, but still get the same problem.
Comment