mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-09 15:55:01 -04:00
Bit level extraction added.
This commit is contained in:
parent
db16e81ff4
commit
f583791dbf
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ function signatureMatches(sig, buf, offset=0) {
|
|||
* @param {Uint8Array} buf
|
||||
* @param {number} offset
|
||||
* @param {number} bitOffset
|
||||
* @returns {boolean}
|
||||
*/
|
||||
function bitsMatch(sig, buf, offset, bitOffset) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue