• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

LICENSEH A D13-Jan-202134.3 KiB675553

MakefileH A D03-May-20221.4 KiB5544

Makefile-msvcH A D13-Jan-2021351 118

READMEH A D13-Jan-2021288 63

analysis.cH A D13-Jan-202112.7 KiB518428

e4c_lite.hH A D13-Jan-20212.7 KiB8049

logging.cH A D13-Jan-2021794 4935

logging.hH A D13-Jan-2021226 137

postprocess.cH A D13-Jan-202111.8 KiB410278

pyvex.cH A D13-Jan-202110.2 KiB369260

pyvex.defH A D13-Jan-2021792 5351

pyvex.hH A D13-Jan-20211.9 KiB8862

README

1To generate the list of exports for windows:
2
3grep -E -o -h -r "pvc\.[a-zA-Z0-9_]+" | cut -c 5- | sort -u
4
5Then remove Ity_I8 and add vex_lift (called from __init__ where we can't use the name pvc to refernce it) and sizeofIRType (called from... the unicorn compatibility layer I think?)
6