Commit Graph

8 Commits

Author SHA1 Message Date
Robbert van der Helm 2a26014465 [yabridgectl] Let rustfmt handle string wrapping 2022-07-03 17:10:07 +02:00
Robbert van der Helm 15c1529831 [yabridgectl] Fix typo in winedump warning 2022-06-29 02:35:07 +02:00
Robbert van der Helm cacb6ecff8 [yabridgectl] Add another hint to parsing errors 2022-06-25 13:53:30 +02:00
Robbert van der Helm 414fd97216 [yabridgectl] Make scanning errors non-fatal
This should never occur, but somehow people have text files with .dll or
.vst3 extensions in their plugin directories.

This resolves #185.
2022-06-25 13:30:07 +02:00
Robbert van der Helm 480755f8f0 Revert "[yabridgectl] Don't resolve rvas when parsing"
This reverts commit 6c1f7bd469.

Somehow disabling this option seems to cause goblin to deadlock when
scanning at least one plugin.
2022-05-24 04:29:29 +02:00
Robbert van der Helm 6c1f7bd469 [yabridgectl] Don't resolve rvas when parsing 2022-05-24 04:17:28 +02:00
Robbert van der Helm 6818b4fd09 [yabridgectl] Rename utils module to util 2022-05-23 12:57:40 +02:00
Robbert van der Helm 1f35081bad [yabridgectl] Parse without winedump when possible
This avoids an external dependency and speeds up the indexing process.
So far I found a single plugin that could not be parsed this way, so the
winedump based method is still there as a backup.
2022-05-23 12:57:05 +02:00