Files
stellarbear-YaraSharp/yara-master/docs/modules/time.rst
T
2018-04-08 16:37:39 +03:00

18 lines
315 B
ReStructuredText

.. _time-module:
############
Time module
############
.. versionadded:: 3.7.0
The Time module allows you to use temporal conditions in your YARA rules.
.. c:function:: now()
Function returning an integer which is the number of seconds since January
1, 1970.
*Example: pe.timestamp > time.now()*