-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b38b5a4
commit 35a350d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libpeconv
updated
14 files
+1 −0 | .gitignore | |
+2 −0 | README.md | |
+4 −3 | libpeconv/include/peconv/exceptions_parser.h | |
+13 −3 | libpeconv/include/peconv/util.h | |
+601 −36 | libpeconv/src/exceptions_parser.cpp | |
+4,009 −3,783 | libpeconv/src/ntddk.h | |
+2 −2 | libpeconv/src/pe_raw_to_virtual.cpp | |
+1 −1 | libpeconv/src/pe_virtual_to_raw.cpp | |
+2 −0 | run_pe/CMakeLists.txt | |
+41 −6 | run_pe/main.cpp | |
+189 −0 | run_pe/patch_ntdll.cpp | |
+7 −0 | run_pe/patch_ntdll.h | |
+16 −6 | run_pe/run_pe.cpp | |
+0 −2 | tests/test_exceptions.cpp |