radareorg/radare2

Create zignatures pack for windows

Open

#7,310 创建于 2017年4月18日

在 GitHub 查看
 (28 评论) (5 反应) (0 负责人)C (23,826 star) (3,229 fork)batch import
Windowsgood first issuezignatures

描述

  • Retrieve all the .lib from all the VS versions available and for all architectures (i.e C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\lib\amd64\*)
  • Iterates over .lib content (only the *.obj) and do a aaa ; zaF ; zos *.sig
  • Kill the duplicates over the files and potentially merge those *.sig into a single one per version of MSVC and per Architectures (to be defined)
  • Create R2PM packages for those

贡献者指南

Create zignatures pack for windows · radareorg/radare2#7310 | Good First Issue