JackHack96
Intrepid Hacker
- 121
- Posts
- 12
- Years
- Age 29
- Italy
- Seen Apr 24, 2025
Ahh, it's very simple, check these pages:Personally I'd like to see various things in your VB.NET starter editor: how did you read and change only certain lines in the hex is my main question.
https://msdn.microsoft.com/en-us/library/system.io.binaryreader_methods(v=vs.110).aspx
https://msdn.microsoft.com/en-us/library/system.io.binarywriter(v=vs.110).aspx
https://msdn.microsoft.com/en-us/library/system.io.filestream(v=vs.110).aspx
If you want a simple example, I can search in my pc for the source of my old programs (but I don't recommend to use these methods in DS hacking, because absolute offsets change very frequently..., it's better to use a NARC API, like in DS PokeHack Studio or SDSME, but things may become difficult for the programmer)