gitextract_5u3ptauz/ ├── .gitmodules ├── CMakeLists.txt ├── Findidbutil.cmake ├── IDB-FORMAT.md ├── Jenkinsfile ├── LICENSE ├── Makefile ├── Makefile.linux ├── README.md ├── cmake_find/ │ ├── Findcpputils.cmake │ ├── Finddoctest.cmake │ ├── Findidasdk.cmake │ ├── Findlibgmp.cmake │ ├── boilerplate.cmake │ └── dumpvars.cmake ├── getcontrib.sh ├── include/ │ └── idblib/ │ └── idb3.h ├── tests/ │ ├── CMakeLists.txt │ ├── test-idb3.cpp │ ├── unittestframework.h │ └── unittests.cpp └── tools/ ├── CMakeLists.txt └── idbtool.cpp