Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Formats > PDF

Notices

Reply
 
Thread Tools Search this Thread
Old 06-19-2010, 07:06 PM   #751
artificial
Groupie
artificial got an A in P-Chem.artificial got an A in P-Chem.artificial got an A in P-Chem.artificial got an A in P-Chem.artificial got an A in P-Chem.artificial got an A in P-Chem.artificial got an A in P-Chem.artificial got an A in P-Chem.artificial got an A in P-Chem.artificial got an A in P-Chem.artificial got an A in P-Chem.
 
artificial's Avatar
 
Posts: 179
Karma: 6328
Join Date: May 2010
Location: Melbourne, Australia
Device: Kobo eReader
Quote:
Originally Posted by h2chng View Post
I try running the ineptkey (with the latest ED version on vista home 32 bit) but I keep getting windowsError.

The best part is the window error code keep changing. So i have no idea what is going on, and how I am going to get the ineptkey to work.

Here is the error message:
Traceback (most recent call last):
File "C:\Users\user\Desktop\Testing\ineptkey.pyw", line 198, in main
retrieve_key(keypath)
File "C:\Users\user\Desktop\Testing\ineptkey.pyw", line 140, in retrieve_key
vendor = cpuid0()
File "C:\Users\user\Desktop\Testing\ineptkey.pyw", line 103, in cpuid0
cpuid0__(buffer)
WindowsError: exception: access violation writing 0x01AE9C00
I saw this back on page 28 of this thread. Please forgive me for not reading all the way to page 50 to see if the question had been answered already

To fix this error, you need to add python.exe and pythonw.exe to Vista's Data Execution Prevention exception list.

Start -> Control Panel -> System -> Advanced -> Performance (Settings) -> Data Execution Prevention

Browse for your python exe's (e.g. c:/Python26/python.exe) and add them to the list of exceptions.
artificial is offline   Reply With Quote
Old 06-19-2010, 08:05 PM   #752
joblack
Wizard
joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.
 
Posts: 1,744
Karma: 4382514
Join Date: Jul 2006
Location: Somewhere on earth
Device: Onyx Boox Tab X
Quote:
Originally Posted by artificial View Post
I saw this back on page 28 of this thread. Please forgive me for not reading all the way to page 50 to see if the question had been answered already

To fix this error, you need to add python.exe and pythonw.exe to Vista's Data Execution Prevention exception list.

Start -> Control Panel -> System -> Advanced -> Performance (Settings) -> Data Execution Prevention

Browse for your python exe's (e.g. c:/Python26/python.exe) and add them to the list of exceptions.
I enabled this option only for the windows services. A lot of (older) programs and games aren't very capable in using it.

I haven't checked the code but perhaps there is a better way to execute the assembler byte code.
joblack is offline   Reply With Quote
Advert
Old 06-19-2010, 10:12 PM   #753
pietvo
Reader
pietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notes
 
pietvo's Avatar
 
Posts: 519
Karma: 24612
Join Date: Aug 2009
Location: Utrecht, NL
Device: Kobo Aura 2, iPhone, iPad
Quote:
Originally Posted by joblack View Post
I haven't checked the code but perhaps there is a better way to execute the assembler byte code.
Yes, in the same way as the 64-bit code.
pietvo is offline   Reply With Quote
Old 06-23-2010, 06:08 PM   #754
joblack
Wizard
joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.
 
Posts: 1,744
Karma: 4382514
Join Date: Jul 2006
Location: Somewhere on earth
Device: Onyx Boox Tab X
Quote:
Originally Posted by pietvo View Post
Yes, in the same way as the 64-bit code.
As I understand the ineptkey script jumps to a bunch of bytes and executed them. Buffer overflows and other exploits do it the same way and so jumping to a data or stack section isn't allowed if DAP is enabled (aka. No Execution Bit).

Last edited by joblack; 06-23-2010 at 06:11 PM.
joblack is offline   Reply With Quote
Old 06-25-2010, 06:50 AM   #755
mutant
Junior Member
mutant began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Feb 2010
Device: none
Are there any updates?

Last edited by mutant; 06-25-2010 at 06:53 AM.
mutant is offline   Reply With Quote
Advert
Old 06-25-2010, 09:26 AM   #756
joblack
Wizard
joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.
 
Posts: 1,744
Karma: 4382514
Join Date: Jul 2006
Location: Somewhere on earth
Device: Onyx Boox Tab X
Quote:
Originally Posted by mutant View Post
Are there any updates?
What script?
joblack is offline   Reply With Quote
Old 06-26-2010, 10:46 AM   #757
pietvo
Reader
pietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notes
 
pietvo's Avatar
 
Posts: 519
Karma: 24612
Join Date: Aug 2009
Location: Utrecht, NL
Device: Kobo Aura 2, iPhone, iPad
You could google for ineptkeyv45.
pietvo is offline   Reply With Quote
Old 06-27-2010, 01:56 PM   #758
joblack
Wizard
joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.
 
Posts: 1,744
Karma: 4382514
Join Date: Jul 2006
Location: Somewhere on earth
Device: Onyx Boox Tab X
Quote:
Originally Posted by pietvo View Post
You could google for ineptkeyv45.
Ineptkey 4.5 is working with Windows 7 Ultimate x64 (Data Execution Prevention (DEP) included).
joblack is offline   Reply With Quote
Old 07-11-2010, 09:23 PM   #759
brandon15811
Junior Member
brandon15811 began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jul 2010
Device: none
I couldnt get either of these pdfs decrypted
http://dl.dropbox.com/u/7497342/A_Jo...Center_of_.PDF
http://dl.dropbox.com/u/7497342/Middlemarch.PDF
The date modified on them is 6/9/2005
The error is:
Error: Error -5 while decompressing data
brandon15811 is offline   Reply With Quote
Old 07-12-2010, 12:31 AM   #760
pietvo
Reader
pietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notespietvo can name that song in three notes
 
pietvo's Avatar
 
Posts: 519
Karma: 24612
Join Date: Aug 2009
Location: Utrecht, NL
Device: Kobo Aura 2, iPhone, iPad
If they are from 2005 it could be an older version of ADE DRM, which cannot be decrypted by ineptpdf. And indeed if you look into the the file, it doesn't seem to have the usual characteristics of the current ADEPT.
pietvo is offline   Reply With Quote
Old 07-12-2010, 06:45 PM   #761
joblack
Wizard
joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.
 
Posts: 1,744
Karma: 4382514
Join Date: Jul 2006
Location: Somewhere on earth
Device: Onyx Boox Tab X
Quote:
Originally Posted by brandon15811 View Post
I couldnt get either of these pdfs decrypted
http://dl.dropbox.com/u/7497342/A_Jo...Center_of_.PDF
http://dl.dropbox.com/u/7497342/Middlemarch.PDF
The date modified on them is 6/9/2005
The error is:
Error: Error -5 while decompressing data
If you got Adobe Reader / Acrobat 7 you could use the 'export trick' described earlier.
joblack is offline   Reply With Quote
Old 07-23-2010, 12:39 PM   #762
anonymous troll
Junior Member
anonymous troll began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jul 2010
Device: none
Exclamation post md5s

could someone post md5s for latest ineptkey ineptepub ineptepdf tools and version numbers?

mine are:

f5a1a50b9e2e0978e9d618aaefd50c8f aineptpdf.pyw v5
1821baa70be8f1c4c78da6f8b60e40bd ineptepub.pyw v5.2
1b8415905de4e330269faefe57a9630d ineptkey.pyw v5
d7cc781ef2bef9eaf5ba0550c636175d ineptpdf.pyw v7.4
anonymous troll is offline   Reply With Quote
Old 07-25-2010, 09:58 AM   #763
joblack
Wizard
joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.joblack ought to be getting tired of karma fortunes by now.
 
Posts: 1,744
Karma: 4382514
Join Date: Jul 2006
Location: Somewhere on earth
Device: Onyx Boox Tab X
Quote:
Originally Posted by anonymous troll View Post
could someone post md5s for latest ineptkey ineptepub ineptepdf tools and version numbers?

d7cc781ef2bef9eaf5ba0550c636175d ineptpdf.pyw v7.4
The latest version of ineptpdf is 8.4.22 ...
joblack is offline   Reply With Quote
Old 08-01-2010, 09:55 AM   #764
Spectrum
Zealot
Spectrum will become famous soon enoughSpectrum will become famous soon enoughSpectrum will become famous soon enoughSpectrum will become famous soon enoughSpectrum will become famous soon enoughSpectrum will become famous soon enough
 
Spectrum's Avatar
 
Posts: 126
Karma: 570
Join Date: Nov 2008
Device: iPad 1 and iPad 4, KF HD 8.9"
Quote:
Originally Posted by joblack View Post
The latest version of ineptpdf is 8.4.22 ...

It is up to now:

ineptpdf 8.4.26 on the 31st of Jul 2010 11:04:58 PM

#
# 8.5.25 - more compatibility with unicode files (Tetrachroma)
#
# 8.5.26 - automated session/user cookie request function (works
#
# only with Firefox 3.x+) (Tetrachroma)


look for in the usual places..

Last edited by Spectrum; 08-01-2010 at 09:57 AM.
Spectrum is offline   Reply With Quote
Old 08-01-2010, 09:59 AM   #765
Spectrum
Zealot
Spectrum will become famous soon enoughSpectrum will become famous soon enoughSpectrum will become famous soon enoughSpectrum will become famous soon enoughSpectrum will become famous soon enoughSpectrum will become famous soon enough
 
Spectrum's Avatar
 
Posts: 126
Karma: 570
Join Date: Nov 2008
Device: iPad 1 and iPad 4, KF HD 8.9"
inpetpdf revision history

inpetpdf revision history

Quote:
#
# Revision history:
#
# 1 - Initial release
#
# 2 - Improved determination of key-generation algorithm
#
# 3 - Correctly handle PDF >=1.5 cross-reference streams
#
# 4 - Removal of ciando's personal ID (anon)
#
# 5 - removing small bug with V3 ebooks (anon)
#
# 6 - changed to adeptkey4.der format for 1.7.2 support (anon)
#
# 6.1 - backward compatibility for 1.7.1 and old adeptkey.der (anon)
#
# 7 - Get cross reference streams and object streams working for input.
#
# Not yet supported on output but this only effects file size,
#
# not functionality. (anon2)
#
# 7.1 - Correct a problem when an old trailer is not followed by startxref (anon2)
#
# 7.2 - Correct malformed Mac OS resource forks for Stanza
#
# - Support for cross ref streams on output (decreases file size) (anon2)
#
# 7.3 - Correct bug in trailer with cross ref stream that caused the error (anon2)
#
# "The root object is missing or invalid" in Adobe Reader.
#
# 7.4 - Force all generation numbers in output file to be 0, like in v6.
#
# Fallback code for wrong xref improved (search till last trailer
#
# instead of first) (anon2)
#
# 8 - fileopen user machine identifier support (Tetrachroma)
#
# 8.1 - fileopen user cookies support (Tetrachroma)
#
# 8.2 - fileopen user name/password support (Tetrachroma)
#
# 8.3 - fileopen session cookie support (Tetrachroma)
#
# 8.3.1 - fix for the "specified key file does not exist" error (Tetrachroma)
#
# 8.3.2 - improved server result parsing (Tetrachroma)
#
# 8.4 - Ident4D and encrypted Uuid support (Tetrachroma)
#
# 8.4.1 - improved MAC address processing (Tetrachroma)
#
# 8.4.2 - FowP3Uuid fallback file processing (Tetrachroma)
#
# 8.4.3 - improved user/password pdf file detection (Tetrachroma)
#
# 8.4.4 - small bugfix (Tetrachroma)
#
# 8.4.5 - improved cookie host searching (Tetrachroma)
#
# 8.4.6 - STRICT parsing disabled (non-standard pdf processing) (Tetrachroma)
#
# 8.4.7 - UTF-8 input file conversion (Tetrachroma)
#
# 8.4.8 - fix for more rare utf8 problems (Tetrachroma)
#
# 8.4.9 - solution for utf8 in comination with
#
# ident4id method (Tetrachroma)
#
# 8.4.10 - line feed processing, non c system drive patch, nrbook support (Tetrachroma)
#
# 8.4.11 - alternative ident4id calculation (Tetrachroma)
#
# 8.4.12 - fix for capital username characters and
#
# other unusual user login names (Tetrachroma & ZeroPoint)
#
# 8.4.13 - small bug fixes (Tetrachroma)
#
# 8.4.14 - fix for non-standard-conform fileopen pdfs (Tetrachroma)
#
# 8.4.15 - 'bad file descriptor'-fix (Tetrachroma)
#
# 8.4.16 - improves user/pass detection (Tetrachroma)
#
# 8.4.17 - fix for several '=' chars in a DPRM entity (Tetrachroma)
#
# 8.4.18 - follow up bug fix for the DPRM problem,
#
# more readable error messages (Tetrachroma)
#
# 8.4.19 - 2nd fix for 'bad file descriptor' problem (Tetrachroma)
#
# 8.4.20 - follow up patch (Tetrachroma)
#
# 8.4.21 - 3rd patch for 'bad file descriptor' (Tetrachroma)
#
# 8.4.22 - disable prints for exception prevention (Tetrachroma)
#
# 8.5.23 - check for additional security attributes (Tetrachroma)
#
# 8.5.24 - improved cookie session support (Tetrachroma)
#
# 8.5.25 - more compatibility with unicode files (Tetrachroma)
#
# 8.5.26 - automated session/user cookie request function (works
#
# only with Firefox 3.x+) (Tetrachroma)
Spectrum is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fileopen DRM for PDF circumvented tetrachroma PDF 26 02-09-2012 07:15 AM
Adobe ADEPT DRM for EPUB circumvented i♥cabbages ePub 969 08-28-2011 08:52 AM
Barnes & Noble DRM for EPUB circumvented i♥cabbages ePub 83 01-30-2011 02:55 PM
iPhone adept drm for epub on the iphone philippd Apple Devices 24 12-28-2009 02:29 PM
Adobe PDF DRM? valkyriesound Sony Reader 7 02-16-2007 11:25 PM


All times are GMT -4. The time now is 10:12 PM.


MobileRead.com is a privately owned, operated and funded community.