Waitrud Weber’s blog

things and reminders for memories

Analyzer: windows-make: we can't print it well but find "moov".

 put_token has already cleared checking process.

https://github.com/WaitrudWeber/source_zip/blob/master/analyzer_20210102-001.zip

 

 

//
//
//
//
//
int found_enter_003 (char* filename) {
	FILE *fp;
	char b_dummy[256];
	int i, j ;
	int file_end;
	STRUCT_FILE structure_fp;
	char c;
	char* p_dummy = NULL;
	char* p_dummy_token = NULL;

	printf("found_enter_003: starts\r\n");

	fp = fopen(filename, "rb");
	structure_fp.file_start = fp;
	structure_fp.fp = fp;

	file_end = filesize(fp);
	structure_fp.file_end_index = file_end;

	// Lootn check if we set 100 to the text file.
	for ( i =0; i