Open GoogleCodeExporter opened 8 years ago
You might be curious to know... I've been reading through the parser stuff in
YARA, and it appears that all integer values are of "size_t" type internally.
("unsigned long" most of the time.) So just sticking a (\+|-)? onto the front
of {digit}+ in lex.l doesn't quite fix this, unless you're ok with 'weight =
-1' being the same as 'weight = 4294967295'. And I don't want to mess around
with too much of YARA's internals until I've understood them yet...
Original comment by juliavi...@gmail.com
on 4 Jul 2012 at 5:59
Original issue reported on code.google.com by
dar...@kindlund.com
on 18 May 2012 at 1:01