Expand description
This file allows for more fine-grained access to the ArmorLib system. While in most cases
it is suitable to simply call .process()
on a File
, Vec<u8>
, or BinaryObject
, there
exist some cases when more control is needed. For example, if you’d like to run only a select
number of scan modules (instead of all), you can use the detailed process()
function defined
in this module to do so.
Functions§
- process
- Process the given
BinaryObject
through the ArmorLib system and return aScanResult
. All otherprocess()
functions are simply wrappers for this function.