github ev-flow/quark-engine v20.11

latest releases: v25.9.1, v25.8.1, v25.7.1...
4 years ago
  1. Use the built-in attribute __slots__ to reduce the memory usage of each object.

  2. Available to analyze single Dex files.

  3. When searching for methods, it will be necessary to compare Class_name, method_name, descriptor to make sure the result is precise.

  4. Add functools.lru_cache() to the heavily used functions to cache the function results and improve the speed.

  5. Change the data type originally used in each function,(class_name, method_name) to the MethodAnalysis object from androguard.

Don't miss a new quark-engine release

NewReleases is sending notifications on new releases.