diff options
| author | Brian Potchik <brian@vector35.com> | 2019-03-14 17:48:10 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2019-03-14 17:48:10 -0400 |
| commit | 0b1529934c59645c895590997b919d2f0870f891 (patch) | |
| tree | dff5fcf27377f956625cff7bf61a7456b4237f1b /binaryninjaapi.h | |
| parent | 902750648579d32cc83fbd91181ecea2c9e0c9e5 (diff) | |
BinaryView API for entropy.
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 6226d329..c374d954 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1294,6 +1294,8 @@ namespace BinaryNinja size_t Remove(uint64_t offset, uint64_t len); + std::vector<float> GetEntropy(uint64_t offset, size_t len, size_t blockSize); + BNModificationStatus GetModification(uint64_t offset); std::vector<BNModificationStatus> GetModification(uint64_t offset, size_t len); |
