Commit 051c5ffa by Wesley Shields Committed by Victor M. Alvarez

Add base to offset on string matches. (#1)

parent 1e071bfd
......@@ -728,7 +728,7 @@ int yara_callback(
tuple = Py_BuildValue(
"(L,s,O)",
m->offset,
m->base + m->offset,
string->identifier,
object);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment