Skip to content

Commit 2de7a42

Browse files
author
Rafael Stahl
committed
fix compilation; update readme clang version
1 parent c0258ee commit 2de7a42

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ while (true)
252252

253253
## Dependencies ##
254254

255-
Hacklib is written in modern C++ and requires a recent compiler. The build was tested with Visual Studio 2022, GCC 13.3, Clang 3.3 and Clang 3.5 with C++23 support enabled.
255+
Hacklib is written in modern C++ and requires a recent compiler. The build was tested with Visual Studio 2022, GCC 13.3 and Clang 18.1 with C++23 support enabled.
256256

257257
The project is using CMake and requires version 3.10 or later.
258258

src/hacklib/src/ExeFile_UNIX.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ bool hl::ExeFile::loadFromMem(uintptr_t moduleBase)
113113
symTableSectionIndex = -1;
114114
}
115115
default:
116+
break;
116117
}
117118
}
118119

0 commit comments

Comments
 (0)