View Single Post
  #1  
Old 09-02-2004, 21:34
Kameo Kameo is offline
Friend
 
Join Date: Mar 2004
Posts: 87
Rept. Given: 3
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 12
Thanks Rcvd at 1 Time in 1 Post
Kameo Reputation: 1
Unhappy Delphi BPL Cracking...

Long intro :
Hi i need to know if there's any way to extract datas from a delphi 6 bpl ?
In fact i got a bpl shiped with a program and i managed to "include" it in Delphi 6 so i can use the components in this bpl library. But when i decided to compile my source it keeps on asking for the relevant pascal source.

Thus i digged the net and learned that you must use the corresponding *.dcf file (which is a binary consisting of all dcu in the bpl file).

My question:
How can i extract the component's code in the bpl to recompile it and have the standing-alone component ?
Is there anyway to achieve this or not ? I tried to dig the net for the component (BigCheckListBox) but didn't find anything.

Thx for all your help.
Reply With Quote