radareorg/radare2

Create zignatures pack for windows

Open

#7.310 geöffnet am 18. Apr. 2017

Auf GitHub ansehen
 (28 Kommentare) (5 Reaktionen) (0 zugewiesene Personen)C (3.229 Forks)batch import
Windowsgood first issuezignatures

Repository-Metriken

Stars
 (23.826 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 16h 24m) (99 gemergte PRs in 30 T)

Beschreibung

  • 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

Contributor Guide