FS#60986 - [yara] Enable 'dotnet' module

Attached to Project: Community Packages
Opened by Spenser Reinhardt (commiebstrd) - Thursday, 06 December 2018, 16:50 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:07 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Levente Polyak (anthraxx)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Since at least version 3.6.x yara has supported a builtin but optionally compiled module called 'dotnet'. This does not appear to require any additional dependencies or significant packaging changes, simply adding '--enable-dotnet' to ./configure. Could we enable this module's compilation in pkgbuild please?

Additional info:
* package version: 3.8.1-1
* Yara without 'dotnet' failing to import
```
yara -r $yara/dotNetPackers.yara $malwaredir
$yara/dotNetPackers.yara(2): error: unknown module "dotnet"
```
* Yara with 'dotnet' succeeding to import
```
yara -r $yara/dotNetPackers.yara $malwaredir
dotnet_confuser $malwaredir/9c4780.exe
```

Steps to reproduce:
* Old configure:
```
./configure \
--prefix=/usr \
--with-crypto \
--enable-magic
```
* New configure:
```
./configure \
--prefix=/usr \
--with-crypto \
--enable-magic \
--enable-dotnet
```
This task depends upon

Closed by  Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:07 GMT
Reason for closing:  Moved
Additional comments about closing:  https://gitlab.archlinux.org/archlinux/p ackaging/packages/yara/issues/1
Comment by Buggy McBugFace (bugbot) - Tuesday, 08 August 2023, 19:11 GMT
This is an automated comment as this bug is open for more then 2 years. Please reply if you still experience this bug otherwise this issue will be closed after 1 month.

Loading...