CMD 反编译CHM文件

 1111

CMD命令格式:hh –decompile {Output Directory} {CHM Position}

例如:反编译 D:\CHM\test.chm 到 D:\CHMSource\

在命令行输入:hh -decompile D:\CHMSource\    D:\CHM\sample.chm 

输出目录:D:\CHMSource\

 

2222

原文地址:https://www.cnblogs.com/xyicheng/p/1596689.html