-
Notifications
You must be signed in to change notification settings - Fork 226
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 find Initialization table + LoadImage Error" when Importing a Delphi 2006 exe #74
Comments
It seems like there is just a step missing in the instructions for how to get the specific version targeting enabled. Try downloading the D2006 knowledge base bin from the link in the readme and put it in your IDR directory. I was having this trouble with Auto-detect on some code I knew for certain was either Delphi 2 or Delphi 3. I only had the "Auto-detect" option available, but I read in another thread that specifically targeting the known Delphi version would fix the issue. I poked around for a while, and went to that knowledgebase link in the readme. I downloaded kb2.bin and kb3.bin into the IDR directory, even though I already had syskb2.bin and syskb3.bin already there from the instructions. It then began showing me the Delphi 2 and Delphi 3 targeting options. I tried both, and then Delphi 2 worked great. |
May be your file is not Delphi-file, or may be packed file. Try PeID. You can also look at first bytes of file in Hex-editor (like Far for example) - find the word "Boolean" in the beginning of file. |
Same problem for me. I have all the kb. |
Same error occurs here when loading a Delphi 4 executable. |
The text was updated successfully, but these errors were encountered: