Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Aug 6, 2024
1 parent 602f9b0 commit f47886c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libclamav/ole2_extract_images.h
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,8 @@ static void ole2_extract_images(cli_ctx * ctx, ole2_header_t * ole2Hdr, ole2_ima
#endif

size_t offset = header->fcDggInfo;
fprintf(stderr, "%s::%d::blahblah::offset = %ld (0x%lx)\n", __FUNCTION__, __LINE__, offset, offset);
PUT IN CODE TO ONLY FMAP 1 BLOCK AT A TIME, MAYBE TRACK BLOCK SIZE INSTEAD OF OFFSET;

Check failure on line 870 in libclamav/ole2_extract_images.h

View workflow job for this annotation

GitHub Actions / build-windows

'PUT': undeclared identifier

Check failure on line 870 in libclamav/ole2_extract_images.h

View workflow job for this annotation

GitHub Actions / build-windows

syntax error: missing ';' before identifier 'CODE'

Check failure on line 870 in libclamav/ole2_extract_images.h

View workflow job for this annotation

GitHub Actions / build-windows

'CODE': undeclared identifier

Check failure on line 870 in libclamav/ole2_extract_images.h

View workflow job for this annotation

GitHub Actions / build-windows

syntax error: missing ';' before identifier 'TO'

Check failure on line 870 in libclamav/ole2_extract_images.h

View workflow job for this annotation

GitHub Actions / build-windows

'TO': undeclared identifier

Check failure on line 870 in libclamav/ole2_extract_images.h

View workflow job for this annotation

GitHub Actions / build-windows

syntax error: missing ';' before identifier 'ONLY'

Check failure on line 870 in libclamav/ole2_extract_images.h

View workflow job for this annotation

GitHub Actions / build-windows

'ONLY': undeclared identifier

Check failure on line 870 in libclamav/ole2_extract_images.h

View workflow job for this annotation

GitHub Actions / build-windows

syntax error: missing ';' before identifier 'FMAP'

Check failure on line 870 in libclamav/ole2_extract_images.h

View workflow job for this annotation

GitHub Actions / build-windows

'FMAP': undeclared identifier

Check failure on line 870 in libclamav/ole2_extract_images.h

View workflow job for this annotation

GitHub Actions / build-windows

syntax error: missing ';' before 'constant'

/*
* Start of OfficeArtContent
Expand Down

0 comments on commit f47886c

Please sign in to comment.