We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eecdb3d commit 29220c9Copy full SHA for 29220c9
pe-parser-library/src/parse.cpp
@@ -728,7 +728,7 @@ bool parse_resource_table(bounded_buffer *sectionData,
728
} else {
729
/* .rsrc can accomodate up to 2**31 levels, but Windows only uses 3 by
730
* convention. As such, any depth above 3 indicates potentially unchecked
731
- * recusion. See:
+ * recursion. See:
732
* https://docs.microsoft.com/en-us/windows/desktop/debug/pe-format#the-rsrc-section
733
*/
734
0 commit comments