Jacob Latonis

Results 5 comments of Jacob Latonis

I need to refactor the `sleb` parsing to mirror the simplification done in https://github.com/VirusTotal/yara-x/commit/1bd014d8f8eaf9a628c4efccd0c7c57d795c69f4 to the `uleb` parser. I think in the end, we likely want to keep imports and...

I will fix `sleb` to be panic free like `uleb` has been as well as merge conflicts. Will then fuzz for a while to ensure everything is good 🙏

Manual implementation of the stub file done in https://github.com/VirusTotal/yara-x/commit/a417f493abc217e3328be9392ecd24322150bf0d, but generating automatically would still be desired. I am looking into it :)

Hey all, thanks so much for the quick reply! > As a starting question while I look into the tool, are there any other reasons that we would want to...

I'm more than happy to do the work to have a feature branch to show the speedup/feasibility of using `uv` if that is something of interest, but in the end...