x64dbg / x64dbg

An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis.
http://x64dbg.com
Other
43.71k stars 2.35k forks source link

CHM Help documentation #1665

Open freesoft0000 opened 6 years ago

freesoft0000 commented 6 years ago

CHM Help documentation is not very friendly, it is too simple, for beginners to get started is difficult, many places have not mentioned, also did not use examples. Can you refine the help document?

In addition, the default font for help documents is too small. Whether you can change the larger.

mrexodia commented 6 years ago

Could you give examples of where the help can improve. Notice that the CHM is just a hack and the actual help is at http://help.x64dbg.com

freesoft0000 commented 6 years ago
  1. it is best to have pictures and text use instructions. The user level may be just the entry level, a lot of it is not understood.

  2. Use examples, such as cracking a program to modify a software.

It just feels like the help is too simple. I am also a beginner, see help get not much effect, x64dbg software still use not good.

mrexodia commented 6 years ago

The help isn't really meant for those things. The actual purpose is to document commands and a little bit of GUI. You are welcome to improve it by sending a pull request to https://github.com/x64dbg/docs

For a real tutorial, I think it's better if you post on http://x64dbg.com/blog (can send a PR on https://github.com/x64dbg/blog)...