Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot decode database file: file signature mismatch #4

Open
snowman opened this issue Jan 14, 2023 · 2 comments
Open

Cannot decode database file: file signature mismatch #4

snowman opened this issue Jan 14, 2023 · 2 comments

Comments

@snowman
Copy link

snowman commented Jan 14, 2023

when open OLLYDBG.HLP file

@SpareSimian
Copy link

From searching around, it appears there are at least two generations of the HLP file format. It looks like this app understands those starting with 0x4C, 0x4E. I'm trying to read some from Word Perfect Office and they start with 0x3F, 0x5F. Both are listed here: https://www.garykessler.net/library/file_sigs.html

@dcoshea
Copy link

dcoshea commented Apr 9, 2024

I think those are Windows help files - I'm pretty sure both OllyDbg and Word Perfect Office are Windows products? This is for DOS help files in Microsoft's QuickHelp format.

I'm trying to read some from Word Perfect Office and they start with 0x3F, 0x5F. Both are listed here: https://www.garykessler.net/library/file_sigs.html

That link confirms that that signature is for a "Windows Help file" (while it seems to not be the only signature for such a file).

QWinHelp appears to be a viewer that can presumably open Windows .HLP files, because it says it's based on helpdeco, which definitely can decompile Windows .HLP files to .RTF files.

It would probably be nice if this DosHelp tool detected the Windows .HLP signature(s) and explained that they're the wrong type of help file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants