remove /x32 /x64 decorators from offset and number features #932
Labels
breaking-change
introduces a breaking change that should be released in a major version
enhancement
New feature or request
Milestone
as discussed in #930, we have a better way to specify bitness logic (e.g.
number/x32: ...
) today:while its a bit more verbose, its consistent with
os
,format
, etc. features.removing these flavors will reduce the amount of code we have to maintain (that threads bitness throughout feature sets).
it will also reduce the number of features we extract. for example, when considering mimikatz.exe, the vivisect backend extracts 322,647 total features, of which 49,206 (15%) are bitness flavored numbers and offsets.
The text was updated successfully, but these errors were encountered: