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

evasion #1

Open
sec13b opened this issue Nov 17, 2024 · 1 comment
Open

evasion #1

sec13b opened this issue Nov 17, 2024 · 1 comment

Comments

@sec13b
Copy link

sec13b commented Nov 17, 2024

with what AV/EDR have you used in , to see if do the evasion

kali 2024

└─$ make all
gcc -Wall -O2 -c main.c -o main.o
main.c:4:10: fatal error: utils.h: No such file or directory
    4 | #include "utils.h"           // Include funcțiile utilitare
      |          ^~~~~~~~~
compilation terminated.
make: *** [Makefile:31: main.o] Error 1

MinGW packages should include all Windows headers , correct?

  1. mingw-w64-common
  2. mingw-w64-i686-dev
  3. mingw-w64-x86-64-dev
sudo apt-get install mingw-w64
sudo apt-get install nlohmann-json3-dev
└─$ nasm --version
NASM version 2.16.03
gcc  --version
gcc (Debian 14.2.0-6) 14.2.0
@sec13b
Copy link
Author

sec13b commented Nov 18, 2024

dpkg -L $(dpkg -l | awk '{print $2}' |grep -E 'libstdc++.*dev')

test.txt

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

1 participant