ripOLE icon indicating copy to clipboard operation
ripOLE copied to clipboard

OLE2 Attachment extraction tool

Results 5 ripOLE issues
Sort by recently updated
recently updated
newest added

The Makefile has been incorrect since at least 2017 (#1) and has gone unfixed. Additionally, the install file gives a command that fails (it doesn't include the `-i` flag), so...

Hi there! I'm trying to compile ripOLE under Ubuntu 20.04.1 LTS. I have no problems with `-Werror` turned off, but it might be worth taking a look at that particular...

cc -Wall -g -O2 -I. -Werror -c ole.c ole.c: In function ‘OLE_get_header’: ole.c:568:6: error: variable ‘result’ set but not used [-Werror=unused-but-set-variable] int result = 0; ^ cc1: all warnings being...