mirror of
https://github.com/x64dbg/x64dbg.git
synced 2024-12-04 02:42:45 +00:00
2f39c779b8
DBG: changed hiding method (to PEB only)
58 lines
1.8 KiB
XML
58 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
<CodeBlocks_project_file>
|
|
<FileVersion major="1" minor="6" />
|
|
<Project>
|
|
<Option title="x64_dbg_crash" />
|
|
<Option pch_mode="2" />
|
|
<Option compiler="gcc" />
|
|
<Build>
|
|
<Target title="x32">
|
|
<Option output="../bin/x32/x32_crash" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" />
|
|
<Option object_output="obj/x32" />
|
|
<Option type="3" />
|
|
<Option compiler="gcc" />
|
|
<Option host_application="../bin/x32/x32_dbg.exe" />
|
|
<Option run_host_application_in_terminal="0" />
|
|
<Option createStaticLib="1" />
|
|
<Compiler>
|
|
<Add option="-O2" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-s" />
|
|
<Add library="..\x64_dbg_dbg\dbghelp\dbghelp_x86.a" />
|
|
</Linker>
|
|
</Target>
|
|
<Target title="x64">
|
|
<Option output="../bin/x64/x64_crash" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" />
|
|
<Option object_output="obj/x64" />
|
|
<Option type="3" />
|
|
<Option compiler="gnu_gcc_compiler_x64" />
|
|
<Option host_application="../bin/x64/x64_dbg.exe" />
|
|
<Option run_host_application_in_terminal="0" />
|
|
<Option createStaticLib="1" />
|
|
<Compiler>
|
|
<Add option="-O2" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-s" />
|
|
<Add library="..\x64_dbg_dbg\dbghelp\dbghelp_x64.a" />
|
|
</Linker>
|
|
</Target>
|
|
</Build>
|
|
<Compiler>
|
|
<Add option="-Wall" />
|
|
<Add option="-fexceptions" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-static" />
|
|
</Linker>
|
|
<Unit filename="x64_dbg_crash.cpp" />
|
|
<Unit filename="x64_dbg_crash.h" />
|
|
<Extensions>
|
|
<code_completion />
|
|
<envvars />
|
|
<debugger />
|
|
</Extensions>
|
|
</Project>
|
|
</CodeBlocks_project_file>
|