GithubHelp home page GithubHelp logo

Group-Search function about bit-slicer HOT 3 OPEN

JDSavvy avatar JDSavvy commented on June 24, 2024
Group-Search function

from bit-slicer.

Comments (3)

zorgiepoo avatar zorgiepoo commented on June 24, 2024

Is that example supposed to search for values equal to 100 or 200 or 300?

It's not currently possible but it would be do-able to add the appropriate comparison functions plus extracting the list of numbers. This is the first time this has been brought up. Currently you can work around this by having multiple search windows and running separate sessions..

I imagine constraints would be:

  • Only applies to = operator
  • Does not apply for byte array and string data types
  • Does not apply for stored values searches

Not likely to look into this soon.

from bit-slicer.

zorgiepoo avatar zorgiepoo commented on June 24, 2024

If on the other hand, what you actually want is a byte array search (with values 100 followed by 200 followed by 300 in consecutive order) then you can use the byte array search, but you will have to encode it in hexadecimal.

from bit-slicer.

zorgiepoo avatar zorgiepoo commented on June 24, 2024

Ah I see, this is more the latter. Game Guardian allows there being a maximum defined gap between the numbers and possibly doesn't enforce them to be in-order. That is more complicated. Not currently possible. If you know the order and there's no gap you can use byte array search. I would probably just search for a single value and look in the memory viewer, debugger, or do more searches.

from bit-slicer.

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.