crypto2011 / IDR

Interactive Delphi Reconstructor
MIT License
964 stars 225 forks source link

KB Builder #35

Open Li0303 opened 6 years ago

Li0303 commented 6 years ago

Hi,

Is there any way to build KB for the latest versions of Delphi embarcadero (XE10 or 11 ?)

Cheers,

crypto2011 commented 6 years ago

Hi. Source code is in https://github.com/crypto2011/KBBUILDER

Josephur commented 6 years ago

Is there documentation on how to run KBBUILDER? I'm looking but haven't found a good howto. The batch files which seem to do the generating have hard coded paths in them as well?

piratesephiroth commented 6 years ago

Run it with the -h pr -? switches and you'll see on the last line that it can process a file containing a list of dcus or all dcus in a folder. However it still doesn't support anything newer than Delphi XE4 so it's not very useful. You can just use the KBs built by crypto instead.

Josephur commented 6 years ago

Thank you for the reply, as I'm just trying to de-compile an old project from ages ago, I think I'll go with the pre-builts. Thanks so much!