3F / DllExport

.NET DllExport with .NET Core support (aka 3F/DllExport aka DllExport.bat)
MIT License
937 stars 131 forks source link

About RealTimeTelemetry #231

Closed crazyGod666 closed 4 weeks ago

crazyGod666 commented 2 months ago

I want to use your SDK to develop plugins (AddOns) about real-time telemetry. But I can't find the interface about real-time telemetry, have you provided the relevant interface? If yes, can you tell me the name of it?

3F commented 2 months ago

Hello,

No. DllExport does not use or provide related interface because we do not collect telemetry and generally do not touch sensitive information from user's assemblies at all (n. both, modified and being be modified i.e original) . It also be noted again that the final modified assemblies does not contain any references to DllExport tool

upd. I think I also need to clarify a bit the meaning of the word *touch above. Because, of course, the DllExport need to process modules and their actual code to make it work ... but DllExport does not store, collect, or process somehow anything for any purpose other than the modification, I meant.

3F commented 4 weeks ago

I close the issue. Please provide further details if the problem still exists.