mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 13:23:25 +00:00
Targa Image Extractor
This commit is contained in:
@@ -3096,7 +3096,8 @@ export function extractTARGA(bytes, offset) {
|
||||
/**
|
||||
* Move's backwards in the stream until it meet bytes that are the same as the amount of bytes moved.
|
||||
*
|
||||
* @param maxSize
|
||||
* @param {number} sizeOfSize
|
||||
* @param {number} maxSize
|
||||
*/
|
||||
function moveBackwardsUntilSize(maxSize, sizeOfSize) {
|
||||
for (let i = 0; i < maxSize; i++) {
|
||||
|
||||
Reference in New Issue
Block a user