Question How do you decompile / Open a Progress dll

I have a dll file containing progress .p code and I need to open it to review the code.

Does anyone know of a tool capable of doing this?

Thanks.
 

Cringer

ProgressTalk.com Moderator
Staff member
Are you sure you mean a .dll? Or is it a .pl? If the latter then
prolib <libname> -list > filename.txt
 

Cringer

ProgressTalk.com Moderator
Staff member
Sorry - the command above will tell you what's in it. You can read up on the prolib command to work out how to get the code out of it. If it's compiled code (.r) then you will struggle to decompile it. There are services out there, but you'll have to likely pay for it.
 

Saran

New Member
I am bit confused here, when you say you have .p files in your library why do you need to decompile? If it's .r files then I agree with Cringer.
 
Top