1. 03 Aug, 2018 1 commit
    • Add a new set_config function that exposes yr_set_configuration (#73) · be1ac232
      This Python function takes two optional kwargs: stack_size,
      max_strings_per_rule. These each are unsigned int types and will be used
      to update the YR_CONFIG_STACK_SIZE and YR_CONFIG_MAX_STRINGS_PER_RULE
      configuration options in the matching engine, respectively. We found a
      case preventing moving from cmdline yara to python-yara due to the lack
      of control over these options in the Python module. This fixes that. I
      suppose, at some point, it might be worthwhile to also implement a
      get_config entrypoint as well.
      Coleman Kane authored
  2. 02 Aug, 2018 2 commits
  3. 01 Aug, 2018 1 commit
  4. 30 Jul, 2018 23 commits
  5. 25 Jul, 2018 5 commits
  6. 31 Jan, 2018 1 commit
  7. 10 Nov, 2017 1 commit
  8. 09 Nov, 2017 1 commit
  9. 08 Nov, 2017 1 commit
  10. 07 Nov, 2017 4 commits