Coder Social home page Coder Social logo

Comments (2)

R3nzTheCodeGOD avatar R3nzTheCodeGOD commented on May 18, 2024 1

Now let's study the problem

  • When I first look at the error code, I see the code 0xC0000005. This code tells us that the DLL has committed a memory access violation.
  • DLL returned error in field [0xF6A0D394.0x208.0x3FC9DD60.0x3FC9DE38].
  • Let's Disassemble the 0x208 hex code with x86.
  • I now have the add cl,BYTE PTR [eax] assembly code. This code is most likely in the findPattern function.

Possible Solutions

  • Static analysis with IDA.
    • Dump Legue_of_Legends.exe, here is the tutorial.
    • Manually test the patterns I use in my cheat with the Plugin.
    • Either find a new pattern or remove it if it is not an important feature for you.

These are the ones I can extract from this log file for now, if I think of a better solution, I'll update the message.

from r3nzskin.

Clownsw avatar Clownsw commented on May 18, 2024

MiniDumpType:0;
Time:2021-10-31 14:31:34;
Thread ID:0x00002BBC;
ExceptionAddress:0x9E6BA;
ExceptionCode:0xC0000005;
RetAddr:ModName:Args to Child;
[0x9e6ba]:[0x1B200000]:[R3nzSkin.dll]:[0xF6A0D394,0x208,0x3FC9DD60,0x3FC9DE38];
[0x9E3DE]:[0x00000000]:[unknown module]:[0x0,0x1A0B1420,0xF6A0D2C0,0x769109C0];
[0xA2A09]:[0x00000000]:[unknown module]:[0x0,0x1B36FF68,0x1B36FF68,0x1F4];
[0x1F989]:[0x768F0000]:[KERNEL32.DLL]:[0x1B200000,0x7690F970,0x1B36FFDC,0x779674A4];
[0x674A4]:[0x77900000]:[ntdll.dll]:[0x1B200000,0x56C8E731,0x0,0x0];
[0x67474]:[0x77900000]:[ntdll.dll]:[0xFFFFFFFF,0x77987362,0x0,0x0];
[0x0]:[0x00400000]:[League of Legends.exe]:[0x1B2A2990,0x1B200000,0x0,0x0];

from r3nzskin.

Related Issues (20)

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.