Zach Mathis (田中ザック)

Results 188 comments of Zach Mathis (田中ザック)

There does not seem to be a need for this for now so I will close this issue for now. We can reopen if we want to implement it.

There should be no security risk in the limited use of unsafe code we use in order to enable multi-threading so will probably leave it as it is. Someday in...

As there seems to be no security risk and we are not going to replace the trait usage with enum due to performance degradation I am going to close this...

@fukusuket 宜しくお願いします〜

おっと!逆に遅くなってショックですね。調査ありがとうございました! また新しい情報が出てきたら、ご共有下さい。 最近Rustは色々進化しているので、もしかして変わってきたかもしれません。(最新の情報では、regexクレートよりpcre2の方が速いって書いてあったのに、それも逆でしたね)

traitのままの方が良さそうなので、取り敢えずこのissueをクローズします。

@itiB さん、Hayabusa v2がリリースされて、新しい情報もあるので、仕様を整理します。 サブコマンド: `search`: オプション: `-k, --keyword` (取り敢えず、一つのキーワードにしましょう。実装できそうだったら、-k keyword1 -k keyword2というように複数指定可能にしたいけど、次のバージョンでもOK。) `-R, --regex` (一つの正規表現で検索する。`-k`と`-R`の両方を指定すつことはできない。) `-i, --ignore-case` (`-k`のキーワードの大文字小文字を区別しない。デフォルトはcase sensitive) `-F, --filter ` (特定のフィールドにキーワードを検索する。例: `EventID:4626`はイベントID == 4626の結果に絞る) -> `eventkey_alias.txt`のエイリアスを参照する。これも最初のバージョンでは一つのフィルタだけでOKです。ゆくゆくは複数のフィルタ指定可能にしたい。) `-o, --output`...

@itiB オプションの例を作ってみました。ご参考に。 ``` hayabusa.exe search -k "192.168.0.1" -d ./dir hayabusa.exe search -k "192.168.*" -d ./dir hayabusa.exe search -k "192.168.?.1" -d ./dir hayabusa.exe search -i -k "aBcDeF.exe" -d ./dir hayabusa.exe search...

I think many people would really enjoy an option to allow no-op escapes for compatibility. It doesn't have to be default, just an option for those who need it. Our...

We will look into adding this feature. For now, you might just have to write a script to remove the duplicates.