You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# HexString
2
-
HexString is a text dumper that creates a binary file which you can edit with your favorite text editor. It also allows automatic pointer calculation, making it much easier and faster to translate a ROM. It supports compression different pointers lenght and formats, also support compression via DTE/MTE.
2
+
HexString is a text dumper that lets you extract text from a ROM using a simple and friendly user interface, which you can then edit with your favorite text editor. It also allows for automatic pointer computation, making translation to ROM faster and easier. It supports compression of pointers of different lengths and formats, as well as compression using DTE/MTE.
3
3
4
4
## Requirements
5
5
To compile you can use pyinstaller library.
@@ -25,19 +25,22 @@ build.bat
25
25
To export script:
26
26
1. Open ROM file and tbl file
27
27
2. Select pointers format (lenght and endiannes)
28
-
3. Fill all space in "Set Offsets"
28
+
3. Fill all spaces in "Set Offsets"
29
29
4. Press "Extract script and save", a window'll appear,
30
30
select output file and save
31
31
5. Edit the file with you favorite text editor, I
32
32
recomment use Notepad++, always use UTF-8
33
33
34
34
To insert Script:
35
35
1. Import Script in Select Files
36
-
2. Refill all onformation or use open config in file
36
+
2. Refill all spaces or use open config in file
37
37
tab
38
38
3. Press insert Script to ROM
39
39
40
+
More information in README.txt
41
+
40
42
## Console
43
+
HexString allows the use of console commands for script creation using the included "console.exe"
0 commit comments