Code Monkey home page Code Monkey logo

Comments (2)

Mattiwatti avatar Mattiwatti commented on May 18, 2024

It's being detected because Olly is... special. x32dbg and the CLI injector don't have this problem, but more suspiciously I couldn't reproduce this in Olly v1 either. After further investigation it turns out the Olly v1 plugin literally hooks the entire debug event loop just to fix Olly's broken exception handling. I've carried over this very... interesting... hack code to the v2 plugin, so the test will now pass.

BTW, why is this option grayed out inside the Ollydbg v1?

Because of this piece of code:

#ifdef OLLY1
  EnableWindow(GetDlgItem(hWnd, IDC_OUTPUTDEBUGSTRINGA), FALSE);
#endif

Using my psychic powers however, I deduce that your next question will now be 'why is that code there?'. The answer to that is: I have no fucking clue :)

from scyllahide.

mrexodia avatar mrexodia commented on May 18, 2024

I'm not even sure why this is still an option... I think the issue is related to https://bitbucket.org/titanengineupdate/titanengine-update/src/e089f4af41a461b69017db3750f79fbaed1008df/TitanEngine/TitanEngine.Debugger.DebugLoop.cpp?at=master&fileviewer=file-view-default#TitanEngine.Debugger.DebugLoop.cpp-390 and maybe this was fixed in olly2 🤞 ?

from scyllahide.

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.