We have introducedProgramHow to run without the. NET Framework framework,
However, some friends still encounter some problems in their applications. They mainly need to extract the Framework Program and the DLL of the application by themselves.
Here we will introduce a method of extraction from laziness.
We can use the remotesoft linker trial version to extract and obtain the trial version.
Http://www.remotesoft.com/linker/try.html
You can use mdeploy or native to extract the trial version.
The mdeploy method is simple and can be extracted directly.
It extracts the current framework environment of your system. That is, if you have installed. Net 3.0, the extracted core file is 3.0.
After extraction, there will be an EXE file and RSM file. You only need to replace the generated EXE file with fetionvm.exe in the fetion framework.
In fact, this file is a pre-written template program. You can modify the resource attributes and then click OK.
The directory structure of the virtual framework extracted in native mode is the same as that of fetion.
Copy the file to the fetion framework and overwrite it.
Then you can change the fetionvm. SRM file. The file has been restored before.Code.
This saves the trouble of extracting DLL files by yourself.