Assalamualaikum, I will briefly talk about some of the tools that people use for reversing and that includes some game hacking as well since most games are made from C/C++ and C#. FYI, Genshin Impacts are made from C# according to this source [Source]
The post here is just a copy of that GitHub Repository *from the source as it's already compiled to the best of the list.
Reversing is either hard or very expensive, but it can be rewarding at times. Don't forget to give a star to the Repository Owner and credit them for their hard work compiling it to make our life easier. Hope this gives insight into the amount of workload that reversing does, oftentimes it is a massive shock and particular cause of the detail but as they say, we are attracted to the unknown.
The post here is just a copy of that GitHub Repository *from the source as it's already compiled to the best of the list.
For starters get familiar with Cheat Engine, and either IDA or Ghidra.
- Memory scanners:
- Disassemblers / Decompilers / Debuggers:
- Process Tools:
- PE Tools:
- Network Tools:
- Other:
Reversing is either hard or very expensive, but it can be rewarding at times. Don't forget to give a star to the Repository Owner and credit them for their hard work compiling it to make our life easier. Hope this gives insight into the amount of workload that reversing does, oftentimes it is a massive shock and particular cause of the detail but as they say, we are attracted to the unknown.