mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-20 10:56:40 +03:00
Provide RoseResources to roseQuality.
RoseResources is an alternative to manually digging through the bytecode.
This commit is contained in:
@@ -35,9 +35,11 @@ struct RoseEngine;
|
||||
|
||||
namespace ue2 {
|
||||
|
||||
struct RoseResources;
|
||||
|
||||
/* used by heuristics to determine the small write engine. High numbers are
|
||||
* intended to indicate a lightweight rose. */
|
||||
u32 roseQuality(const RoseEngine *rose);
|
||||
u32 roseQuality(const RoseResources &res, const RoseEngine *rose);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user