@@ -19,6 +19,7 @@ RetDec uses the following third-party libraries or other resources:
19
19
11) Eigen: http://eigen.tuxfamily.org/index.php?title=Main_Page
20
20
12) cmake-modules: https://github.com/rpavlik/cmake-modules
21
21
13) tlsh: https://github.com/trendmicro/tlsh
22
+ 13) stb: https://github.com/nothings/stb
22
23
23
24
These third-party libraries or other resources are licensed under the
24
25
following licenses:
@@ -973,3 +974,25 @@ DEALINGS IN THE SOFTWARE.
973
974
974
975
Jonathan Oliver and Jayson Pryde
975
976
http://blog.trendmicro.com/trendlabs-security-intelligence/smart-whitelisting-using-locality-sensitive-hashing/
977
+
978
+ ===============================================================================
979
+ 12) stb
980
+ ===============================================================================
981
+
982
+ MIT License
983
+ Copyright (c) 2017 Sean Barrett
984
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
985
+ this software and associated documentation files (the "Software"), to deal in
986
+ the Software without restriction, including without limitation the rights to
987
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
988
+ of the Software, and to permit persons to whom the Software is furnished to do
989
+ so, subject to the following conditions:
990
+ The above copyright notice and this permission notice shall be included in all
991
+ copies or substantial portions of the Software.
992
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
993
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
994
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
995
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
996
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
997
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
998
+ SOFTWARE.
0 commit comments