-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: cannot open file: nimcrypto #3
Comments
nim c -d=release --cc:gcc --embedsrc=on --hints=on --app=console --cpu=amd64 nimcrypt.nim && nimcrypt -f payload.bin -t raw -o Active.exe -p explorer.exe -s -n |
I have the same issue using the installation instructions in this repo. It may have something to do with this but I am not sure. |
I managed to work around this by executing the below commands before building. Note that I am installing Nimcrypto in Kali so the commands may not be the same on Windows: apt install nim |
I cloned the repo to a vm running msys2 and got myself a

file.bin
to crypt but i keep getting this errori downloaded nim in msys2 from here and also download the nim from the offical website and added it to the enviroment path
but both ways seem to create the same error
The text was updated successfully, but these errors were encountered: