From 06e3c175520f50692e57125414f0039a15dab23e Mon Sep 17 00:00:00 2001 From: sandyx Date: Thu, 30 May 2024 17:13:09 -0500 Subject: [PATCH] do it --- insert.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/insert.go b/insert.go index ec972cc..3505163 100644 --- a/insert.go +++ b/insert.go @@ -86,5 +86,6 @@ func main() { fmt.Println(string(modified[offset : offset+maxSize])) - log.Println("now just rename the file to zip0_xbox.xzp :3") + log.Println("now just rename modified.xzp to zip0_xbox.xzp :3") + log.Println("and keep the original somewhere safe") }