https://github.com/x64dbg/docs
Documentation repository.
https://github.com/x64dbg/docs
Last synced: 5 months ago
JSON representation
Documentation repository.
- Host: GitHub
- URL: https://github.com/x64dbg/docs
- Owner: x64dbg
- License: mit
- Created: 2016-06-17T15:01:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-06-08T19:10:37.000Z (5 months ago)
- Last Synced: 2025-06-08T19:29:44.288Z (5 months ago)
- Language: Python
- Homepage: http://help.x64dbg.com
- Size: 598 KB
- Stars: 973
- Watchers: 13
- Forks: 37
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-reverse-engineering - **972**星
README
# docs
Documentation repository for [x64dbg](http://x64dbg.com) at [Read the Docs](https://readthedocs.org/projects/x64dbg).
## Building
1. Download https://github.com/x64dbg/docs/releases/download/python27-portable/python-2.7.18.amd64.portable.7z
2. Extract to the `python-2.7.18.amd64.portable` folder
3. run `makechm.bat`. It will build the .CHM help file.
Note: The following patch was applied:
Add `relpath = relpath.replace(os.path.sep, '/')` after `C:\Python27\Lib\site-packages\recommonmark\transform.py` line `63`