Home
Forums
Software
Articles
Research
Codebin
About
Logotype
Prepstorm's Sharp Patcher
Started by Prepstorm, 2020-03-07 22:55:49
Total posts: 5
Page: 1 of 1Prev pageNext page
Prepstorm
Posted 2020-03-07 22:55:49
Avatar
Moderator
15 posts
Specialist
Hello! So I wanted to mess around with byte patching. Currently it just supports editing the hex of a file. Probably contains bugs and would love if you tried it.

PSP (Prepstorm's Sharp Patcher WIP-0.25)
Supported features:
- HEX / RAW editing
- HEX convertion to decimal and char
- PE info from disk
- Dump to file
- Basic preferences

Might continue exploring and implementing stuff.

Screenshot (From the 0.25 WIP build):
usrPic
usrPic

Latest version below (WIP-0.25 - Updated 2020-03-22).

Attachment removed for some reason and URL tags not working, link:

https://zyntronics.com/forcedownload.php?file=SynoksSharpHexPatcher.zip

Edit / Anasazi
Fixed URL linkage
Edited by Anasazi on 2020-05-12 16:42:41
Attachment: please login before download.

			  
#1
Anasazi
Posted 2020-03-09 21:20:06
Avatar
Violent Saint
Administrator
17 posts
It's a nice start, a more structured way of display the hex data would be nice. Some coloring of the hex code as well, one color for 0xD 0xA (CR LF) and the like for example.
For speeding up reading of the file, one might not read the entire file at once. Only read the portion of which is to be displayed. (For instance, what fits in the controls area).

But, never the less. Good job so far and keep at it.
Bright the hawk's flight on the empty sky
#2
Prepstorm
Posted 2020-03-10 19:45:11
Avatar
Moderator
15 posts
Specialist
Thank you! I have taken your suggestions into consideration. So I worked out some performance issues and a few other improvements. Here is another preview of the 0.2 release:

usrPic

			  
#3
Anasazi
Posted 2020-03-10 21:26:08
Avatar
Violent Saint
Administrator
17 posts
That looks really promising!
Bright the hawk's flight on the empty sky
#4
Prepstorm
Posted 2020-03-14 17:18:50
Avatar
Moderator
15 posts
Specialist
Updated to 0.2. Changes include
- Performance improvements
- UI improvements
- Added raw editing
- Bugfixes

			  
#5
Total posts: 5
Page: 1 of 1Prev pageNext page