Skip to content

DeEpinGh0st/HideNimMain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HideNimMain

HideNimMain是一个用于隐藏使用nim编译dll中NimMain导出函数的实用性工具

image-20240308222242262

使用方法/示例

安装依赖库

nimble install argparse

编译

nim c -d:release hidenimain.nim

HideNimMain支持编译处理x86和x64架构的dll

x86

hidenimain.exe demo.nim

x64

hidenimain.exe demo.nim --arch amd64

截图

image-20240308222054083

参考

About

Hide the exported NimMain in a DLL

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages