Delphi XE5 needed to be added!
Try knowledge base for XE4
I tried but it doesn't recreate all the unit.pas of the project i want to decompile/reconstruct. And some procedures and functions aren't correct/readable.
Please i need help, how to use KBBUILDER for generating the Delphi XE5 KB..?
I don't think kbbuilder supports delphi xe5 yet.
so! could someone send me the "kb2015.bin" & "syskb2015.bin" files..? KBBUILDER/issues/4#
odyright Just copy dcu you want to add to knowledge base, copy dcu32int to this directory and run as dcu32int -K * -U, rename kb.bin to kb2015.bin
thank you @crypto2011 but what did you mean by "Just copy dcu you want to add to knowledge base?", where to find them? in that path: "Program Files (x86)\Embarcadero\Studio\20.0\lib\win32\release ?"
Yes, if you see dcu-files there. syskb2015.bin must contain only 2 files (system.dcu and sysinit.dcu). kb2015.bin usually contains most popular units, used by programmers. You can decide what units you will add.
@odyright did you have some success? if yes - please share it to the public!
sry @greenozon for the delay. No i figured with tons of errors in my file.
Hi, I would like to add that for me it worked removing the space between K and * like dcu32int -K* -U I figured it out after debugging with Delphi 7 to find the errors.