├── README.md ├── SegyDll ├── SegyDll.cpp ├── SegyEngine.hpp └── dllmain.cpp ├── SegyExplorer └── dllmain.cpp ├── SegyLoader └── SegyLoader.cpp └── external ├── XorStr.hpp ├── lazy_importer.hpp └── ntdll.h /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathisvickie/segy-software/HEAD/README.md -------------------------------------------------------------------------------- /SegyDll/SegyDll.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathisvickie/segy-software/HEAD/SegyDll/SegyDll.cpp -------------------------------------------------------------------------------- /SegyDll/SegyEngine.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathisvickie/segy-software/HEAD/SegyDll/SegyEngine.hpp -------------------------------------------------------------------------------- /SegyDll/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathisvickie/segy-software/HEAD/SegyDll/dllmain.cpp -------------------------------------------------------------------------------- /SegyExplorer/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathisvickie/segy-software/HEAD/SegyExplorer/dllmain.cpp -------------------------------------------------------------------------------- /SegyLoader/SegyLoader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathisvickie/segy-software/HEAD/SegyLoader/SegyLoader.cpp -------------------------------------------------------------------------------- /external/XorStr.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathisvickie/segy-software/HEAD/external/XorStr.hpp -------------------------------------------------------------------------------- /external/lazy_importer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathisvickie/segy-software/HEAD/external/lazy_importer.hpp -------------------------------------------------------------------------------- /external/ntdll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathisvickie/segy-software/HEAD/external/ntdll.h --------------------------------------------------------------------------------