Giter Site home page Giter Site logo

kruz1337 / sxe-bypass-injector Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 3.0 193 KB

This repository has a Dynamic-link library (DLL) injector project for bypass Injected Anti-Cheat. It's fully open source project.

License: GNU General Public License v3.0

C++ 95.52% C 4.48%

sxe-bypass-injector's People

Contributors

kruz1337 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

sxe-bypass-injector's Issues

Build issue

And I've been trying to compile the injector but errors occurred to me, I'm using g++

error: cast from 'BYTE*' {aka 'unsigned char*'} to 'DWORD' {aka 'long unsigned int'} loses precision [-fpermissive]

100 | return (DWORD)entry32.modBaseAddr;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Users\parabellum\Desktop\Sxe-Bypass-Injector-main\Sxe Bypass Injector\main.cpp: In function 'bool Inject(HANDLE, const char*)':
C:\Users\parabellum\Desktop\Sxe-Bypass-Injector-main\Sxe Bypass Injector\main.cpp:141:27: error: invalid conversion from 'HINSTANCE__* ()(LPCSTR)' {aka 'HINSTANCE__ ()(const char)'} to 'void*' [-fpermissive]
141 | void* shellCode = LoadLibraryA;
| ^~~~~~~~~~~~
| |
| HINSTANCE__* ()(LPCSTR) {aka HINSTANCE__ ()(const char)}
C:\Users\parabellum\Desktop\Sxe-Bypass-Injector-main\Sxe Bypass Injector\main.cpp:211:67: error: 'CONTEXT' has no member named 'Eip'; did you mean 'Rip'?
211 | reinterpret_cast<DWORD>(code + 0x06 + funcOffset) = ctx.Eip;
| ^~~
| Rip
C:\Users\parabellum\Desktop\Sxe-Bypass-Injector-main\Sxe Bypass Injector\main.cpp:217:13: error: 'CONTEXT' has no member named 'Eip'; did you mean 'Rip'?
217 | ctx.Eip = reinterpret_cast(codeCave) + funcOffset;
| ^~~
| Rip
C:\Users\parabellum\Desktop\Sxe-Bypass-Injector-main\Sxe Bypass Injector\main.cpp:217:19: error: cast from 'void*' to 'DWORD' {aka 'long unsigned int'} loses precision [-fpermissive]
217 | ctx.Eip = reinterpret_cast(codeCave) + funcOffset;

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.