Code Monkey home page Code Monkey logo

Comments (1)

Col-E avatar Col-E commented on June 16, 2024

if you want to search for 32000064/16, with strings you'll get nothing relevant, neither values, class references, member references, class declarations, instructions or even CTRL+F on the folder.

I don't understand what you're trying to get at here.

Are you searching for a hexadecimal number? If so then the value search is what you want. You won't get value results in a strings search. Also, what notation is Number/Radix? Use 0xHexNumberHere

The 3x snapshots support various number formats:

  • 849128 int
  • 0xCF4E8 int
  • 849128L long
  • 0xCF4E8L long
  • 849128.0 double
  • 849128.0D double
  • 849128.0F float

The way that the improved search functionality would work is decompiling all the files

That would be an improvement in only small inputs. This would be terrible for performance in larger or obfuscated samples, and because some obfuscation or even normal jank code can prevent proper decompilations you may miss values with this approach that you would otherwise find will a well-formed search.

CTRL+F on the folder.

What?

Also another thing that would be nice is the ability to open class files from the search function, rather than having to find each class yourself.

You can do that. Right click the tree results, or press enter on them if you're navigating via keyboard.

from recaf.

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.