https://github.com/jjtech0130/kodobe
[WIP] Adobe DRM plugin for KOReader
https://github.com/jjtech0130/kodobe
Last synced: about 1 year ago
JSON representation
[WIP] Adobe DRM plugin for KOReader
- Host: GitHub
- URL: https://github.com/jjtech0130/kodobe
- Owner: JJTech0130
- License: gpl-3.0
- Created: 2022-07-10T19:52:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T21:20:13.000Z (almost 3 years ago)
- Last Synced: 2025-04-12T20:12:52.390Z (about 1 year ago)
- Language: Lua
- Homepage:
- Size: 357 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Testing without KOReader
I have included some stubs in the `koreader` directory.
Use set_paths.lua to add it to the search path.
```sh
lua -l set_paths ./adobe/main.lua
```
You will also need to install `luasocket` and `luasec` installed using luarocks.
### Acknowledgements
+ OpenSSL FFI bindings were modified from https://github.com/fffonion/lua-resty-openssl.
+ `xml2lua` is from https://github.com/manoelcampos/xml2lua.