File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ def main():
8888 print (f"Script size: { len (content )} bytes" )
8989
9090 while True :
91- print ("\n Enter 'modify ' to display/edit the OBC Script." )
91+ print ("\n Enter 'hexedit ' to display/edit the OBC Script." )
9292 print ("Enter 'replace' to replace printable text." )
9393 print ("Enter 'count' to count occurrences of a word." )
9494 print ("Enter 'strings' to display strings in the OBC Script." )
@@ -107,7 +107,7 @@ def main():
107107 print ("- Make sure you use version 1.3.0.0 (1.30, 1.30a 1.30b) of DEV7/Loader7 otherwise DEV7 won't able to use the Script and skip it." )
108108
109109 break
110- elif choice == 'modify ' :
110+ elif choice == 'hexedit ' :
111111 display_content (content )
112112 try :
113113 offset = int (input ("Enter offset to modify (in hexadecimal), or press Enter to continue viewing: " ), 16 )
You can’t perform that action at this time.
0 commit comments