xorganic / TSM

A tool for stealth persistence and bypassing security controls on Windows systems through shadow cache manipulation and direct syscall invocation.
https://github.com/xorganic/TSM
1 stars 0 forks source link

evasion #1

Open sec13b opened 1 week ago

sec13b commented 1 week ago

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 commented 1 week ago
dpkg -L $(dpkg -l | awk '{print $2}' |grep -E 'libstdc++.*dev')

test.txt