libraries - Turbo Pascal 7 Unit files - decompile/list contents? -


i need program device takes instructions using compiled turbo pascal 7 scripts, documentation on custom units included device not sufficient allow me understand what's going on when write programs, starting cause problems.

there number of .tpu files included libraries, gather pre-compiled binary library files dlls. think having names, types , function prototypes these libraries go long way towards helping me figure out, can't find documentation on format of tpu file. can see function names , variables recognize in there, don't have way interpret binary junk around them.

is there sort of utility out there i'm not finding allow exploring function , variable prototypes? if not, there format specification document floating around can in manually?

update: still haven't figured out, these written aliens in mars attacks:

actual line 1 of tpu files.

tpu files can compared lib files in c (not dlls).

so have compiled code. it's been long time ago since programmed in pascal, don't know tool can make pascal code out of compiled libray code.

the thing know this. explains tpu file format.
it's turbo pascal 5.5 (dated august 11, 1990 - right stone age of programming), there may differences turbo pascal 7.0.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -