Nguyen Trung Khanh
Nguyen Trung Khanh
## Purpose I have reversed `taskkill` in Windows and see it may use WMI via COM but I don't know how to implement it so I just use `CreateToolhelp32Snapshot` API...
There is an other use of `for`, it's very useful in some case ```bash for char in {a..z}; do echo$ char done ``` It will be print `a b c...
## What's changed: 1. `trust-dns-resolver` is rebranded to `hickory-resolver` so I updated the dns resolver library to `hickory-resolver`, https://github.com/hickory-dns/hickory-dns/releases/tag/v0.24.0 2. Add `--resolver` option to CLI to use custom dns resolver,...
# Pysa Bug **Pre-submission checklist** - [x] I've checked the list of [common issues](https://pyre-check.org/docs/pysa-quickstart/#common-issues) and mine does not appear **Bug description** With the same Pysa configuration, when I use multiple...