radareorg/radare2

Create zignatures pack for windows

Open

#7.310 aberto em 18 de abr. de 2017

Ver no GitHub
 (28 comments) (5 reactions) (0 assignees)C (3.229 forks)batch import
Windowsgood first issuezignatures

Métricas do repositório

Stars
 (23.826 stars)
Métricas de merge de PR
 (Mesclagem média 16h 24m) (99 fundiu PRs em 30d)

Description

  • 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

Guia do colaborador