-
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
Knowledge base for delphi 10.1 and later #56
Comments
Hello |
I did decompile one function at a time but for some of them, I got the errors. |
one more thing that doesn't work is the Unicode strings. How can I solve that? |
Unicode strings stuff need aditional components. |
I think it's needed. I'm getting garbage text in IDC generator. example:
which breaks the IDC scripts and doesn't let it run at all. |
Hi @crypto2011, Thank you for sharing IDR with the world. It has been essential in building my project dedicated to improving education. Would you be open to take on paid work for updating IDR to support newest versions of Delphi ? (Version 10.2 and above) SuperMemo Assistant has gained a little popularity, and the software on which it is based recently moved to a newer compiler. I think the community would be willing to fund such work to help the project survive, if you would be interested at all. You can either reply here or contact me by |
bump 10.2 delphi support? |
see #46 |
Hello,
I have a file compiled with Embarcadero Delphi(10.1 Berlin) and while trying to process it with IDR it autodetects it as kb2014 which is obviously wrong.
I the processed file, I get a lot of "prototype of ... is not complete" and "prototype is not complete" and only get the source code for a few functions.
I was wondering how can I obtain the BINs for this version?
This project has been by far the best I could find at decompiling Delphi files. great job!
The text was updated successfully, but these errors were encountered: