miasm
Reverse engineering framework
dse_crackme.c File Reference
#include <stdio.h>
#include <stdint.h>
Include dependency graph for dse_crackme.c:

Functions

uint16_t crc16 (uint16_t seed, unsigned char *buf, size_t len)
 
uint16_t test (char *fname)
 
int main (int argc, char **argv)
 

Function Documentation

◆ crc16()

uint16_t crc16 ( uint16_t  seed,
unsigned char *  buf,
size_t  len 
)
Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)
Here is the call graph for this function:

◆ test()

uint16_t test ( char *  fname)
Here is the call graph for this function:
Here is the caller graph for this function: