From 16a13eed89a3f9457740c1cdcb0d3e5bee836b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Tue, 22 Feb 2022 21:15:46 +0100 Subject: [PATCH] Update version & README --- README.md | 10 +++++++--- include/libgourou.h | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d81dffd..9ce9ba6 100644 --- a/README.md +++ b/README.md @@ -70,10 +70,10 @@ BUILD_SHARED build libgourou.so if 1, nothing if 0, can be combined with BUILD_S Utils ----- -You can import configuration from your eReader or create a new one with utils/activate : +You can import configuration from your eReader or create a new one with _utils/adept\_activate_ : export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD - ./utils/activate -u + ./utils/adept_activate -u Then a _./.adept_ directory is created with all configuration file @@ -82,7 +82,7 @@ To download an ePub/PDF : export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD ./utils/acsmdownloader -f -To export your private key : +To export your private key (for DeDRM software) : export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD ./utils/acsmdownloader --export-private-key [-o adobekey_1.der] @@ -92,6 +92,9 @@ To remove ADEPT DRM : export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD ./utils/adept_remove -f +You can get utils full options description with -h or --help switch + + Copyright --------- @@ -113,3 +116,4 @@ Special thanks -------------- * _Jens_ for all test samples and utils testing + * _Milian_ for debug & code diff --git a/include/libgourou.h b/include/libgourou.h index 9b5400a..186b0c5 100644 --- a/include/libgourou.h +++ b/include/libgourou.h @@ -40,7 +40,7 @@ #define ACS_SERVER "http://adeactivate.adobe.com/adept" #endif -#define LIBGOUROU_VERSION "0.5.1" +#define LIBGOUROU_VERSION "0.5.2" namespace gourou {