Skip to content

Latest commit

 

History

History

README.md

docs

Documentation repository for x64dbg at Read the Docs.

Building

Run makechm.bat. It will build the .CHM help file.

When first building the .CHM help file, it automatically downloads python 2.7.18 portable and Microsoft HTML Help Compiler 4.74.8702 from GitHub. Then, 7z is used to extract the downloaded archive, so make sure 7-zip is installed, and 7z command can be accessed from the current directory.

Note: The following patch was applied:

Add relpath = relpath.replace(os.path.sep, '/') after C:\Python27\Lib\site-packages\recommonmark\transform.py line 63