Rizin
unix-like reverse engineering framework and cli tools
|
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | BUFSIZE 4096 |
Functions | |
int | find_lzma_header (unsigned char *buf) |
int | main (int argc, char *argv[]) |
#define BUFSIZE 4096 |
Definition at line 44 of file scanlzma.c.
Definition at line 54 of file scanlzma.c.
References argv, blocks, BUFSIZE, test-lz4-list::exit, find_lzma_header(), i, and printf().