├── LICENSE ├── README.md ├── api.cpp ├── api.hpp ├── main.cpp └── stdafx.hpp /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sh0ckFR/API-Hashing/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sh0ckFR/API-Hashing/HEAD/README.md -------------------------------------------------------------------------------- /api.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sh0ckFR/API-Hashing/HEAD/api.cpp -------------------------------------------------------------------------------- /api.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sh0ckFR/API-Hashing/HEAD/api.hpp -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sh0ckFR/API-Hashing/HEAD/main.cpp -------------------------------------------------------------------------------- /stdafx.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sh0ckFR/API-Hashing/HEAD/stdafx.hpp --------------------------------------------------------------------------------