File tree
4 files changed
+6
-3
lines changed- project_template
4 files changed
+6
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + |
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
|
- .appveyor.yml+1-1
- .gitignore+3
- CMakeLists.txt+7-1
- libpeconv/CMakeLists.txt+1
- libpeconv/include/peconv.h+1
- libpeconv/include/peconv/file_util.h+3-3
- libpeconv/include/peconv/pe_dumper.h+2-1
- libpeconv/include/peconv/pe_loader.h+2-2
- libpeconv/include/peconv/remote_pe_reader.h+1-1
- libpeconv/include/peconv/unicode.h+11
- libpeconv/src/file_util.cpp+6-6
- libpeconv/src/pe_dumper.cpp+2-1
- libpeconv/src/pe_loader.cpp+4-3
- libpeconv/src/remote_pe_reader.cpp+2-1
- pe_unmapper/main.cpp+49-49
- run_pe/main.cpp+11-11
- run_pe/run_pe.cpp+5-5
- run_pe/run_pe.h+1-1
- tests/main.cpp+5-4
- tests/test_case1/main.cpp+2-2
- tests/test_case4/main.cpp+2-2
- tests/test_case5/test_case5_dll/main.cpp+4-4
- tests/test_crackme_f4_6.cpp+6-6
- tests/test_crackme_f4_6.h+1-1
- tests/test_delayed_imps.cpp+2-2
- tests/test_delayed_imps.h+1-1
- tests/test_format_detect.cpp+1-1
- tests/test_format_detect.h+1-1
- tests/test_found_base.cpp+2-2
- tests/test_found_base.h+1-1
- tests/test_hooking_imps.cpp+4-4
- tests/test_hooking_imps.h+1-1
- tests/test_hooking_local.cpp+5
- tests/test_imp_list.cpp+2-2
- tests/test_imp_list.h+1-1
- tests/test_imports_mix.cpp+1-1
- tests/test_imports_mix.h+1-1
- tests/test_load_ntdll.cpp+3-3
- tests/test_load_ntdll.h+1-1
- tests/test_loading.cpp+2-2
- tests/test_loading_imps.cpp+3-3
- tests/test_replacing_func.cpp+2-2
- tests/test_replacing_func.h+1-1
- tests/test_tls_callbacks.cpp+1-1
- tests/test_tls_callbacks.h+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
0 commit comments