79287661

Date: 2024-12-17 11:23:23
Score: 2
Natty:
Report link

It seems like fseek and fread are causing issues with your PE files, possibly due to buffer problems. Try using fflush(fp) to clear the buffer. The byte 0xda could indicate hidden characters or encoding issues—double-check the raw bytes. Even if PE Bear works fine, certain files might behave differently, so comparing working vs. non-working files could help. Ensure you're handling Windows-specific file quirks, and track the file pointer position to identify where the jump happens.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Aaron Michael