Results 47 issues of Yuyi Wang

goblin cannot find the interpreter of a stripped binary, and `imports()` returns empty vector. However, `nm -um` could still list the undefined symbol of the binary, and the corresponding depend...

#### Description A new port. There's duckdb CLI and R lib in macports. It's better to have a python one. ###### Type(s) - [ ] bugfix - [x] enhancement -...

type: enhancement
type: submission

``` failed to add native library \target\release\build\winlog2-4e93db1f0c802838\out\resource.lib: Unsupported archive identifier ``` 0.1.24 is fine.

### Describe the bug The document and comments of this method indicates that it will always succeed even if the app doesn't have a PRI file. https://github.com/microsoft/WindowsAppSDK/blob/53d32b0589c5cbbc4ecf098344d9b27993742a22/dev/MRTCore/mrt/Core/src/MRM.cpp#L964-L967 However, it returns...

bug
needs-triage
area-MRTCore

Closes #5814 Closes #5940 According to the docs, this method should success even if no resource file is found.

needs-triage

I'm using `polling` in single-threaded mode. I hope that the internal lock could be optional. It's OK for me if you have to make some methods require `&mut self`.