UnpackKindleS icon indicating copy to clipboard operation
UnpackKindleS copied to clipboard

A command line tool to convert drm-free azw3 (with or without HD image from azw.res) to epub or strip HD images from azw.res.

Results 4 UnpackKindleS issues
Sort by recently updated
recently updated
newest added

您好,虽然是一个小问题不过还是想请教一下。 在mac上测试了其他人上传的同本图书,可以预览出封面(文件管理器中),而您的插件转换出的没有显示。 我对比了css文件基本是一样的,不知道是不是版本的原因。 最后附上两种版本的文件,如果方便您可以测试一下。非常感谢。 [epub.zip](https://github.com/Aeroblast/UnpackKindleS/files/8192244/epub.zip)

添加当epub文件存在时忽略输出的功能; 使用Path.Combine代替硬编码的路径,使代码跨平台可用; 自动过滤xhtml中的非UTF-8字符,避免epub转换失败。

最新版本适配了KFX与KFX-ZIP格式,是否考虑支持呢? https://github.com/noDRM/DeDRM_tools/releases/tag/v10.0.9

把res文件拖到_Tool_Drop_Dump_azwres.bat报错如下: https://github.com/Aeroblast/UnpackKindleS Dump azw.res azw6 source:D:\portable softwares\UnpackKindleS_\a.res Unhandled exception. System.IndexOutOfRangeException: Index was outside the bounds of the array. at UnpackKindleS.Util.SubArray(Byte[] src, UInt64 start, UInt64 length) at UnpackKindleS.Util.GetUInt32(Byte[] src, UInt64 start)...