Jump to content
Sign in to follow this  
vhanla

How to remove default DLL exports Delphi Rio

Recommended Posts

Just created a DLL project, compiled and it shows the following exported functions.

 

__dbk_fcall_wrapper
dbkFCallWrapperAddr
TMethodImplementationIntercept

 

Are they necessary? Any way to hide them?

 

Edited by vhanla

Share this post


Link to post
On 11/27/2018 at 4:27 AM, vhanla said:

Just created a DLL project, compiled and it shows the following exported functions.

 


__dbk_fcall_wrapper
dbkFCallWrapperAddr
TMethodImplementationIntercept

 

Are they necessary? Any way to hide them?

 

not only dll but also exe have these exports.

if you have source, modify the source and use BuildRTLGroup to rebuild the source,

no source, use the tool to remove the exports.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×