delphi - tool to show bpl entry points? -


trying see why we're getting "entry point not found" when know should in there. aside map, there tool that'll "explore" .bpl or .dll , show entry points?

delphi comes a command-line program called tdump print, among other things, lists of imported , exported symbols binary. bpl file dll specially formatted function names.

the documentation says tdump unmangle names -um option, think might apply c++ name mangling, not changes delphi makes identifiers. try , see. if names remain mangled, it's not too hard recognize names you're looking for.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -