Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (1)

Powered by Vanilla. Made with Bootstrap.
[C++] "Windows Extension Spoofing"
  • GT3X
    Posts: 20
    Ive seen alot of "Extension Spoofers" around the interwebz and some of them were sold for a lot of money but tbh they are bullshit and they just use a Unicode called "Right to left override" (google it if u wanna get more infos) . You just need 3 LoC for this lmao


    #include <iostream>
    #include <Windows.h>

    int main()
    {
    //wchar_t cuz of unicode
    wchar_t target[] = L\"test.exe\";
    wchar_t output[] = L\"new-\u202E.gpj.exe\";

    CopyFileW(target,output,false);

    std::cout << \"1337 file spoofing done omfg ^.^\" << std::endl;

    std::cin.get();
    return 0;
    }
  • Xin
    Posts: 3,251
    Never seen any sold for money but yeah , its probs easier to just do it yourself anyway
    Xin
  • Sh3llc0d3
    Posts: 1,910
    Nice to see some c++ on the forum :)
  • GT3X
    Posts: 20
    said:


    Never seen any sold for money but yeah , its probs easier to just do it yourself anyway



    yeah maybe not in the English scene but i saw alot of fags which sold this shit in the german scene lol