External Module Loading
Every program loaded by Windows will use some external DLLs. You can find a list of DLLs that were loaded into your process by running your application under a debugger such Microsoft Visual Studio. In the Debug Window for Visual Studio, you'll see output similar to the output below. Each of the DLLs listed below are loaded by the operating system rather than Thinstall. When a DLL is loaded by Thinstall it will not appear in the debug window of a debugger.
Improving Security
By not allowing external DLLs access to your internal files, you greatly improve security. For best security, no external DLLs should be loaded or modified.
用这个功能可以实现 When a DLL is loaded by Thinstall it will not appear in the debug window of a debugger.