gitextract_vecmjc2k/ ├── .gitignore ├── INIReader/ │ ├── INIReader.cpp │ ├── INIReader.h │ ├── ini.c │ └── ini.h ├── README.md ├── README_JAPANESE.md ├── addon.cpp ├── autoupd.cpp ├── compile.sh ├── config.ini ├── detexploit.hpp ├── dev_config.ini ├── exploitdb.cpp ├── jvn.cpp ├── local_app.cpp ├── main.cpp ├── nvd.cpp ├── report.cpp ├── resources/ │ ├── default.ini │ ├── langpack/ │ │ ├── en_langdata.hpp │ │ └── ja_langdata.hpp │ ├── report_template.html │ ├── report_template.md │ └── report_template.txt ├── utils.cpp └── winupdate.cpp