Advertising (This ad goes away for registered users. You can Login or Register)

Translate a VB.Net based program

Everything related to computers that doesn't go in other categories
Locked
lordscales91
Posts: 76
Joined: Sat Nov 19, 2011 8:19 pm

Translate a VB.Net based program

Post by lordscales91 »

I want to translate the latest version of the PMD editor, just like Showmo456 did with the version 0063. I have IDA disassembler and I think that I found the first strings of the menu items, the problem now is how to edit those strings and generate a new EXE file, I tried to use the "Produce File > Create EXE file..." But it says "the type of output file is no supported". What can I do?
Advertising
m0skit0
Guru
Posts: 3817
Joined: Mon Sep 27, 2010 6:01 pm

Re: Translate a VB.Net based program

Post by m0skit0 »

You can try editing the string directly into the EXE with an hexeditor. Just keep in mind .Net uses Unicode, and as such each character will take up to 2 bytes.

PD: this is not programming-related, moving.
Advertising
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"
Locked

Return to “General”