Skip to content
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

Open
loadeddypper opened this issue Mar 2, 2022 · 4 comments
Open

Error: cannot open file: nimcrypto #3

loadeddypper opened this issue Mar 2, 2022 · 4 comments

Comments

@loadeddypper
Copy link

I cloned the repo to a vm running msys2 and got myself a file.bin to crypt but i keep getting this error
Capture-Nimcrypt2

i 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

@sonvan1811
Copy link

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

@jsdhasfedssad
Copy link

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.

@dkjajhqu2h3j
Copy link

dkjajhqu2h3j commented Jan 24, 2024

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
nimble install nimcrypto
nimble install docopt

@sec13b
Copy link

sec13b commented Mar 1, 2024

i have same problem i think

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants