==================================================================================== # # this file has been created for the Lame patcher program available for both *nix # and Windows platforms. # You need this program for continuing the patching of your files: # # http://aluigi.org/mytoolz.htm#lpatch # # Quick step-by-step for Windows: # - launch lpatch.exe # - select this pdftotext_nodrm.lpatch file # - read the message windows and click yes # - select the file pdftotext.exe to patch # - read the message windows to know if everything has been patched correctly TITLE XPDF pdftotext/pdftops/pdfimages allow copying of text (Win32) 0.1 by Luigi Auriemma e-mail: aluigi@autistici.org web: aluigi.org INTRO this patch allows to use the Windows version of pdftotext, pdftops and pdfimages (http://www.foolabs.com/xpdf/) on DRM protected PDF files without modifying and recompiling the program. Tested on version Win32 3.02pl2 FILE pdftotext.exe;pdftops.exe;pdfimages.exe BYTES_ORIGINAL 6A 00 ; push 00000000 E8 ?? ?? FF FF ; call ???????? 85 c0 ; test eax eax 75 ?? ; jne 00448B25 68 ?? ?? ?? 00 ; push 00472FC0 6A FF ; push FFFFFFFF E8 ?? ?? ?? FF ; call 00409A80 83 C4 08 ; add esp, 00000008 BYTES_PATCH ?? ?? ?? ?? ?? ?? ?? ?? ?? eb ====================================================================================