The Wayback Machine - https://web.archive.org/web/20220224164857/https://github.com/topics/dfir
Skip to content
#

dfir

Here are 381 public repositories matching this topic...

keithjjones
keithjjones commented Feb 23, 2022

I was working on a project where the logic was something like:

if (is_num(val))
  mycountval = to_count(val);

When an empty string slips in for val, is_num is T and it threw a bug in the code I was working on. The documentation is technically true:

https://docs.zeek.org/en/master/scripts/base/bif/strings.bif.zeek.html#id-is_num

Returns whether an entire string cons
timesketch

Improve this page

Add a description, image, and links to the dfir topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dfir topic, visit your repo's landing page and select "manage topics."

Learn more