不能成功编译出codeloader.exe文件
CaiH123 opened this issue · 3 comments
CaiH123 commented
安装完winim库之后,执行这两个命令并未出现codeloader.exe文件
nim c -d:release --opt:size Tdea.nim
nim c -d:release --opt:size Caesar.nim
是我哪里的步骤有问题吗,还是我的环境安装失败
aeverj commented
这两个命令是在encryption
目录下编译Tdea.nim
、Caesar.nim
这两个程序的功能是加密shellocde
CaiH123 commented
那请问是还需要按照c#项目进行编译生成codeloader.exe吗
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2022年2月18日(星期五) 晚上7:24
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [aeverj/NimShellCodeLoader] 不能成功编译出codeloader.exe文件 (Issue #8)
这两个命令是在encryption目录下编译Tdea.nim、Caesar.nim
这两个程序的功能是加密shellocde
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.Message ID: ***@***.***>
aeverj commented
对的,都要单独编译