Giter Club home page Giter Club logo

badcode's Issues

编译工具

请问用的是什么版本的vs进行编译的,同样的项目编译出来(vs2019 x64 release)vt查杀效果非常不好

请教2个问题

请教2个问题:
1为什么Coolis-ms.exe与msf联动后,进程是rundll32.exe而不是Coolis-ms.exe,是执行successfull = (*DllEntry)((HINSTANCE)code, DLL_PROCESS_ATTACH, 0)后直接进入了dllmain么,我在源码中没有找到有关rundll32.exe的信息,我看执行这句后,msf就收到数据连接成功了,后面的代码也就不执行了.
2如果dllmain中无执行信息,通过MemoryGetProcAddress()调用相关函数才会执行一下语句是么.
//DllMain = (Module)MemoryGetProcAddress(hModule, cFunctionName);
//hThread = CooolisCreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)DllMain, NULL, NULL, &dwThread);
//WaitForSingleObject(hThread, INFINITE);
//MemoryFreeLibrary(hModule);
//return VOID();

BadCodeUUID 代码报错

复制粘贴使用vs编译第40行报错

RPC_STATUS	status = UuidFromStringA(RPC_CSTR(buf[i]), (UUID*)CodePtr);

改为下面代码通过

RPC_STATUS	status = UuidFromStringA((RPC_CSTR)buf[i], (UUID*)CodePtr);

第六课的内容会被defender杀。

你好,大佬,第六课的代码我在10月16日尝试时发现,会被defender杀掉,原因我认为是msf生成的DLL没有经过免杀处理,如果只是在虚拟机中搭建msf,生成的马在VT上检测时,因请求不到DLL,所以不会报毒,而在vps上搭建msf,VT能请求到DLL后,就会报毒。所以,应该需要单独对DLL也进行免杀处理才行。最后请问一下,第六课的上线方法,能使用CS中的DLL上线吗?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.