Actions
Feature #1590
openlua: force file magic and md5 lookup from script
Effort:
low
Difficulty:
medium
Label:
Description
Should be able to force file magic and md5 lookup from lua script. It doesn't make sense to turn on one of the file logs (with force-magic|md5: yes) just to get magic and md5 to work in lua scripts.
Should have the following lua functions to make it more flexible to force these lookups:
- SCFileForceMagic()
- SCFileForceMd5()
Updated by Mats Klepsland about 8 years ago
- Status changed from Assigned to Closed
- Target version deleted (
TBD)
Closing this issue, since I don't have the time to prioritize it anyway.
Updated by Victor Julien about 8 years ago
- Status changed from Closed to New
- Assignee deleted (
Mats Klepsland) - Target version set to TBD
Reopening as I think it would be a useful feature. Probably something we'd need to handle in the 'init' function.
Updated by Victor Julien over 6 years ago
- Effort set to low
- Difficulty set to medium
Actions