Options

C# - DLLExport to Standard C extern - Lost after running SMART Assembly 7

CLVogelCLVogel Posts: 1 New member
Using the 3F DLLExport [https://github.com/3F/DllExport] attribute on a method within a C# DLL, a separate __std extern c method is created. Image below depicts the Dependency Walker for the DLL:  
After running the SMART Assembly 6 with only Obfuscating Settings:
  • Unicode Unprintable
  • Standard Renaming 
The Dependency Walker no longer finds the C-Style method export.

Does/Can SMART Assembly 7.1.0.2746 scan a C# File for C/C++ external methods?
And can it be setup to not obfuscate/remove the C-Style public method?
Tagged:

Answers

Sign In or Register to comment.