Mr.Wang

Results 3 issues of Mr.Wang

请问在工具集合中有upx的脱壳工具和C++导出库的分析工具吗,能否添加一个Dependencies分析工具的下载,Dependencies工具的开源地址是https://github.com/lucasg/Dependencies

请问是否支持应用版本回退,从高版本回退到低版本,例如目标程序从V1.0升级到V1.1,然后因为某些原因需要回退到V1.0状态

### Operating system Windows11 ### Compiler MSVC ### Steps to reproduce the behavior ```Shell ./vcpkg install libusb:x64-windows find_package(PkgConfig REQUIRED) pkg_check_modules(LIBUSB REQUIRED libusb-1.0) target_include_directories(${PROJECT_NAME} PUBLIC ${LIBUSB_INCLUDE_DIRS} ) ``` ### Failure logs...

category:port-bug