Skip to content
This repository was archived by the owner on Jun 6, 2022. It is now read-only.

Commit 3fbb76d

Browse files
author
adaei
committed
2 parents 6f5c905 + be001fe commit 3fbb76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jTrainer.writeProcessMemory(MEMORY_ADDRESS, new int[] { 0x90, 0x90, 0x90, 0x90 }
1818

1919
// Read 4 bytes from process and print out the result
2020
byte[] bytes = jTrainer.readProcessMemory(MEMORY_ADDRESS, 4);
21-
System.out.println(Arrays.toString(MemoryUtils.convertByteArrayToHex(bytes));
21+
System.out.println(Arrays.toString(MemoryUtils.bytesToUnsignedHexs(bytes));
2222
```
2323

2424
License

0 commit comments

Comments
 (0)