Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow rz-find to use the Yara plugin for searching among files #4406

Open
XVilka opened this issue Mar 30, 2024 · 2 comments
Open

Allow rz-find to use the Yara plugin for searching among files #4406

XVilka opened this issue Mar 30, 2024 · 2 comments
Labels
enhancement New feature or request rz-find
Milestone

Comments

@XVilka
Copy link
Member

XVilka commented Mar 30, 2024

Currently, rizin has the Yara plugin: https://github.com/rizinorg/rz-libyara
Also, rz-find is able to search among directories and files recursively.

We should allow rz-find to use Yara signatures as well if rz-libyara is installed.

@XVilka XVilka added enhancement New feature or request rz-find labels Mar 30, 2024
@LukeTheEngineer
Copy link

Seems like something nice for the backburner. I'll look into it.

@XVilka XVilka added this to the 0.8.0 milestone Apr 11, 2024
@XVilka
Copy link
Member Author

XVilka commented Apr 11, 2024

One way to approach this would be modifying rz-libyara plugin to use the RzIO instead of the RzCore, and RzIO is easily accessible in librz/main/rz-diff.c file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rz-find
Projects
None yet
Development

No branches or pull requests

2 participants