..:: PCSX2 Forums ::..
Register | Help | Log In |
Register PCSX2 Site Forums Member List Donate View Today's Posts Search

Current time: 06-19-2013, 08:19 AM Hello There, Guest! (Login — Register)

..:: PCSX2 Forums ::.. / Off Topic / Chatterbox v
« Previous 1 ... 26 27 28 29 30 ... 90 Next »
/ Free program to open and edit .exe files?



User(s) browsing this thread: 2 Guest(s)

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Free program to open and edit .exe files?
Author Message
tsunderetaiga Offline
Dumb Member
**

Posts: 154
Joined: Dec 2009
Location:
Reputation: 20
Post: #1
Free program to open and edit .exe files?
I'm using an English patch to play a Japanese game.

The patch is an .exe file, which replace the original one.

It changes the menu and names to English.

Now I wanna change the names back to Japanese but keep the English menu.

But first I need a program to edit .exe files.

Help please.

Thanx Smile

[Image: 53146021.jpg]
(This post was last modified: 04-10-2012 01:43 PM by tsunderetaiga.)
04-10-2012 01:42 PM
Find all posts by this user Quote this message in a reply
jesalvein Offline
Registered IT crowd
*******

Posts: 8.996
Joined: Dec 2008
Location: France
Reputation: 155
Post: #2
RE: Free program to open and edit .exe files?
http://www.hhdsoftware.com/free-hex-editor

CPU : I7 2600K 3.4Ghz OC'ed 4.2Ghz
Chipset : P67 Intel Southbridge
GPU : Geforce nvidia GTX 560
RAM : 6 Go
04-10-2012 02:14 PM
Find all posts by this user Quote this message in a reply
hyakki Offline
Censored
***

Posts: 391
Joined: Dec 2008
Location:
Reputation: 31
Post: #3
RE: Free program to open and edit .exe files?
Assuming you got the authors permission to modify his file, I would say a hex editor is your best bet, there are also 'resource editors' but I doubt that will do what you want.

Intel Core I7 930@3.5GHz(TB, HT), 6GB DDR3@1600MHz, Geforce 560 TI GTX | Widescreen patches | Widescreen Helper v1.0.5 (6/19/12)
(This post was last modified: 04-10-2012 02:15 PM by hyakki.)
04-10-2012 02:14 PM
Find all posts by this user Quote this message in a reply
synce Offline
二次元最高ぅぅぅ!!!
****

Posts: 787
Joined: Oct 2010
Location:
Reputation: 17
Post: #4
RE: Free program to open and edit .exe files?
I use xvi32, it's been good to me so far

MALIBAL Lotus | i7 2760QM @2.4~3.4GHz | GTX 560M 1.5GB | 8GB RAM @1600MHz
Guide: PCSX2 Widescreen Gaming | 日本人のためのワイドスクリーン修正 (2012.07.23 UPDATE)
04-10-2012 02:45 PM
Find all posts by this user Quote this message in a reply
tsunderetaiga Offline
Dumb Member
**

Posts: 154
Joined: Dec 2009
Location:
Reputation: 20
Post: #5
RE: Free program to open and edit .exe files?
Thanx. I tried the freeHex Editor Neo, and opened the .exe, but dunno what to do Laugh The text is all gibberish

[Image: 53146021.jpg]
(This post was last modified: 04-10-2012 02:57 PM by tsunderetaiga.)
04-10-2012 02:50 PM
Find all posts by this user Quote this message in a reply
synce Offline
二次元最高ぅぅぅ!!!
****

Posts: 787
Joined: Oct 2010
Location:
Reputation: 17
Post: #6
RE: Free program to open and edit .exe files?
If you're looking for the actual text in the exe you won't find it. The script and things like that are usually in separate archives. You have to extract, edit, and rebuild them, then edit the exe to support them. I assumed you were on the last step...

Edit: BTW you're more likely to get help with this kind of thing at sites like Hongfire, assuming this is a visual novel we're talking about

MALIBAL Lotus | i7 2760QM @2.4~3.4GHz | GTX 560M 1.5GB | 8GB RAM @1600MHz
Guide: PCSX2 Widescreen Gaming | 日本人のためのワイドスクリーン修正 (2012.07.23 UPDATE)
(This post was last modified: 04-10-2012 03:14 PM by synce.)
04-10-2012 03:11 PM
Find all posts by this user Quote this message in a reply
tsunderetaiga Offline
Dumb Member
**

Posts: 154
Joined: Dec 2009
Location:
Reputation: 20
Post: #7
RE: Free program to open and edit .exe files?
I tried using Notepad++ to open the .exe file, and actually found the text I want to edit.

Can I edit and save it in Notepad++ ?

[Image: 53146021.jpg]
04-10-2012 03:14 PM
Find all posts by this user Quote this message in a reply
Squall Leonhart Offline
Yunsabits, #1 Fan.
****

Posts: 3.542
Joined: Jul 2010
Location: Australia
Reputation: 61
Post: #8
RE: Free program to open and edit .exe files?
no, notepad++ will save the scrambled characters with a text set corrupting the file

[Image: squall4rinoa.png]
VBA-M
04-10-2012 03:27 PM
Visit this user's website Find all posts by this user Quote this message in a reply
hyakki Offline
Censored
***

Posts: 391
Joined: Dec 2008
Location:
Reputation: 31
Post: #9
RE: Free program to open and edit .exe files?
just convert the text into hex ie "Hello there" = hex "48 65 6C 6C 6F 20 74 68 65 72 65" find it in the hex editor then replace it (as long as the string doesn't exceed previous bytes.)

Intel Core I7 930@3.5GHz(TB, HT), 6GB DDR3@1600MHz, Geforce 560 TI GTX | Widescreen patches | Widescreen Helper v1.0.5 (6/19/12)
(This post was last modified: 04-10-2012 03:56 PM by hyakki.)
04-10-2012 03:52 PM
Find all posts by this user Quote this message in a reply
tsunderetaiga Offline
Dumb Member
**

Posts: 154
Joined: Dec 2009
Location:
Reputation: 20
Post: #10
RE: Free program to open and edit .exe files?
OK. Thanx. Looks like a lot of work, I'll pass Tongue

(04-10-2012 03:11 PM)synce Wrote:  BTW you're more likely to get help with this kind of thing at sites like Hongfire, assuming this is a visual novel we're talking about

I dunno what's Hongfire or visual novel Rolleyes but it's a KOEI game

[Image: 53146021.jpg]
(This post was last modified: 04-10-2012 05:08 PM by tsunderetaiga.)
04-10-2012 05:06 PM
Find all posts by this user Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread



Current time: 06-19-2013, 08:19 AM

Contact Us | PCSX2 | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication

Powered By MyBB, © 2002-2013 MyBB Group.
Theme created by IncadudeF and modified by bositman