├── .gitattributes ├── .gitignore ├── ARCHITECTURE.md ├── BUILDING.md ├── CONTRIBUTING.md ├── EhTrace ├── .vs │ └── EhTrace │ │ └── v14 │ │ └── .suo ├── BlockFighters.cpp ├── BlockFighters.h ├── Config.cpp ├── Config.h ├── DebugSupp.cpp ├── EhTrace.VC.db ├── EhTrace.cpp ├── EhTrace.h ├── EhTrace.sln ├── EhTrace.vcxproj ├── EhTrace.vcxproj.filters ├── GlobLog.cpp ├── GlobLog.h ├── KeyEscrow.cpp ├── ReadMe.txt ├── RoP-Defender.cpp ├── ThreadRunTable.cpp ├── stdafx.cpp ├── stdafx.h ├── targetver.h └── x64 │ ├── Debug │ ├── AFL-FUZZ.exe │ ├── AKeyTest.exe │ ├── Acleanout.exe │ ├── Alib.lib │ ├── Aload.exe │ ├── Aprep.exe │ ├── Aprep.lib │ ├── Astrace.exe │ ├── EhTrace.exp │ ├── EhTrace.lib │ ├── test.bmp │ └── test_gdiplus.exe │ └── Release │ ├── AFL-FUZZ.exe │ ├── AKeyTest.exe │ ├── Acleanout.exe │ ├── Agasm.dll.metagen │ ├── Alib.lib │ ├── Aload.exe │ ├── Aprep.exe │ ├── Aprep.exp │ ├── Aprep.lib │ ├── Astrace.exe │ ├── EhTrace.exp │ ├── EhTrace.lib │ └── test_gdiplus.exe ├── LICENSE ├── README.md ├── USAGE.md ├── afl-fuzz └── AFL-FUZZ │ ├── AFL-FUZZ.cpp │ ├── AFL-FUZZ.vcxproj │ ├── AFL-FUZZ.vcxproj.filters │ ├── ReadMe.txt │ ├── alloc-inl.h │ ├── config.h │ ├── debug.h │ ├── hash.h │ ├── stdafx.cpp │ ├── stdafx.h │ ├── targetver.h │ ├── types.h │ └── utils.h ├── doc ├── Blockfighting with a Hooker -- BLOCKFIGHTERII -- DC24.pptx └── README.md ├── prep ├── AKeyTest │ ├── AKeyTest.cpp │ ├── AKeyTest.vcxproj │ ├── AKeyTest.vcxproj.filters │ ├── AKeyTest │ │ ├── AKeyTest.cpp │ │ ├── AKeyTest.vcxproj │ │ ├── AKeyTest.vcxproj.filters │ │ ├── ReadMe.txt │ │ ├── stdafx.cpp │ │ ├── stdafx.h │ │ └── targetver.h │ ├── ReadMe.txt │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h ├── AWinAFL │ ├── AEh.h │ ├── AWinAFL.cpp │ ├── AWinAFL.vcxproj │ ├── AWinAFL.vcxproj.filters │ ├── ReadMe.txt │ ├── dllmain.cpp │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h ├── Acleanout │ ├── Acleanout.cpp │ ├── Acleanout.vcxproj │ ├── Acleanout.vcxproj.filters │ ├── ReadMe.txt │ ├── aout.bin │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h ├── Agasm │ ├── Aboot.cpp │ ├── Agasm.cpp │ ├── Agasm.h │ ├── Agasm.vcxproj │ ├── Agasm.vcxproj.filters │ ├── AssemblyInfo.cpp │ ├── PESections.cpp │ ├── ReadMe.txt │ ├── Stdafx.cpp │ ├── Stdafx.h │ ├── app.ico │ ├── app.rc │ ├── resource.h │ └── x64 │ │ └── Debug │ │ └── app.res ├── Alib │ ├── Alib.cpp │ ├── Alib.vcxproj │ ├── Alib.vcxproj.filters │ ├── ReadMe.txt │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h ├── Aload │ ├── AInsert.cpp │ ├── Aload.cpp │ ├── Aload.vcxproj │ ├── Aload.vcxproj.filters │ ├── Aload.vcxproj.user │ ├── Asnap.cpp │ ├── ReadMe.txt │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h ├── Aprep │ ├── Aprep.cpp │ ├── Aprep.vcxproj │ ├── Aprep.vcxproj.filters │ ├── Aprep.vcxproj.user │ ├── ReadMe.txt │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h ├── Astrace │ ├── Astrace.cpp │ ├── Astrace.vcxproj │ ├── Astrace.vcxproj.filters │ ├── ReadMe.txt │ ├── SetupConfig.cpp │ ├── Symbolize.cpp │ ├── Symbolize.h │ ├── getopt.cpp │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h ├── Totts │ └── totts.cs ├── TottsA │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── TottsA.csproj │ ├── obj │ │ └── Debug │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ └── TottsA.csproj.FileListAbsolute.txt │ └── totts.cs └── test_gdiplus │ ├── ReadMe.txt │ ├── stdafx.cpp │ ├── stdafx.h │ ├── targetver.h │ ├── test_gdiplus.cpp │ ├── test_gdiplus.vcxproj │ └── test_gdiplus.vcxproj.filters ├── support ├── Microsoft.Msagl.Drawing.dll ├── Microsoft.Msagl.GraphViewerGdi.dll ├── Microsoft.Msagl.GraphmapsWpfControl.dll ├── Microsoft.Msagl.WpfGraphControl.dll ├── Microsoft.Msagl.dll ├── capstone │ ├── capstone.h │ ├── platform.h │ └── x86.h ├── capstone_dbg.lib ├── capstone_rel.lib ├── dbghelp.dll ├── ehtracelogo-style2.png ├── notepad-from-CSW.PNG ├── symsrv.dll ├── triangle.exe ├── triangle.last.exe ├── with-dissassembly.PNG ├── x1.100k.svg ├── x1_100k.png ├── x64 │ ├── Microsoft.Msagl.Drawing.dll │ ├── Microsoft.Msagl.GraphViewerGdi.dll │ ├── Microsoft.Msagl.GraphmapsWpfControl.dll │ ├── Microsoft.Msagl.WpfGraphControl.dll │ └── Microsoft.Msagl.dll └── x86 │ ├── Microsoft.Msagl.Drawing.dll │ ├── Microsoft.Msagl.GraphViewerGdi.dll │ ├── Microsoft.Msagl.GraphmapsWpfControl.dll │ └── Microsoft.Msagl.dll └── vis ├── AStackFolding ├── AStackFolding.csproj ├── App.config ├── Program.cs ├── Properties │ └── AssemblyInfo.cs ├── bin │ └── x64 │ │ └── Debug │ │ ├── AStackFolding.exe │ │ └── AStackFolding.exe.config ├── dbghelp.dll ├── obj │ └── x64 │ │ └── Debug │ │ ├── AStackFolding.csproj.FileListAbsolute.txt │ │ ├── AStackFolding.exe │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs └── symsrv.dll ├── Amerger ├── Amerger.cs ├── Amerger.csproj ├── App.config ├── Program.cs ├── Properties │ └── AssemblyInfo.cs ├── bin │ └── Debug │ │ ├── Amerger.exe │ │ └── Amerger.exe.config └── obj │ └── Debug │ ├── Amerger.csproj.FileListAbsolute.txt │ ├── Amerger.exe │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs ├── Dia2Sharp ├── .vs │ └── Dia2Sharp │ │ └── v14 │ │ └── .suo ├── AModInfo.cs ├── AStepEvent.cs ├── DebugHelp.cs ├── Dia2Sharp.csproj ├── Dia2Sharp.sln ├── MinSym.cs ├── Properties │ └── AssemblyInfo.cs ├── Reflectors.cs ├── Sym.cs ├── obj │ └── x64 │ │ └── Debug │ │ ├── Dia2Sharp.csproj.FileListAbsolute.txt │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs └── packages.config ├── TestDump2 ├── App.config ├── Program.cs ├── Properties │ └── AssemblyInfo.cs ├── TestDump2.csproj ├── TestDump2.csproj.user ├── bin │ └── x64 │ │ └── Debug │ │ ├── TestDump2.exe │ │ └── TestDump2.exe.config └── obj │ └── x64 │ └── Debug │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ ├── TestDump2.csproj.FileListAbsolute.txt │ └── TestDump2.exe └── WPFx ├── App.config ├── App.xaml ├── App.xaml.cs ├── MainWindow.xaml ├── MainWindow.xaml.cs ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs ├── Resources.resx ├── Settings.Designer.cs └── Settings.settings ├── WPFx.csproj ├── bin └── Debug │ ├── WPFx.exe │ ├── WPFx.exe.config │ └── triangle.exe ├── obj └── Debug │ ├── App.g.cs │ ├── App.g.i.cs │ ├── MainWindow.baml │ ├── MainWindow.g.cs │ ├── MainWindow.g.i.cs │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ ├── WPFx.Properties.Resources.resources │ ├── WPFx.csproj.FileListAbsolute.txt │ ├── WPFx.exe │ ├── WPFx.g.resources │ ├── WPFx_Content.g.cs │ ├── WPFx_Content.g.i.cs │ ├── WPFx_MarkupCompile.i.lref │ └── WPFx_MarkupCompile.lref └── triangle.exe /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/.gitignore -------------------------------------------------------------------------------- /ARCHITECTURE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/ARCHITECTURE.md -------------------------------------------------------------------------------- /BUILDING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/BUILDING.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /EhTrace/.vs/EhTrace/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/.vs/EhTrace/v14/.suo -------------------------------------------------------------------------------- /EhTrace/BlockFighters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/BlockFighters.cpp -------------------------------------------------------------------------------- /EhTrace/BlockFighters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/BlockFighters.h -------------------------------------------------------------------------------- /EhTrace/Config.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/Config.cpp -------------------------------------------------------------------------------- /EhTrace/Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/Config.h -------------------------------------------------------------------------------- /EhTrace/DebugSupp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/DebugSupp.cpp -------------------------------------------------------------------------------- /EhTrace/EhTrace.VC.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/EhTrace.VC.db -------------------------------------------------------------------------------- /EhTrace/EhTrace.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/EhTrace.cpp -------------------------------------------------------------------------------- /EhTrace/EhTrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/EhTrace.h -------------------------------------------------------------------------------- /EhTrace/EhTrace.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/EhTrace.sln -------------------------------------------------------------------------------- /EhTrace/EhTrace.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/EhTrace.vcxproj -------------------------------------------------------------------------------- /EhTrace/EhTrace.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/EhTrace.vcxproj.filters -------------------------------------------------------------------------------- /EhTrace/GlobLog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/GlobLog.cpp -------------------------------------------------------------------------------- /EhTrace/GlobLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/GlobLog.h -------------------------------------------------------------------------------- /EhTrace/KeyEscrow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/KeyEscrow.cpp -------------------------------------------------------------------------------- /EhTrace/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/ReadMe.txt -------------------------------------------------------------------------------- /EhTrace/RoP-Defender.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/RoP-Defender.cpp -------------------------------------------------------------------------------- /EhTrace/ThreadRunTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/ThreadRunTable.cpp -------------------------------------------------------------------------------- /EhTrace/stdafx.cpp: -------------------------------------------------------------------------------- 1 | #include "stdafx.h" 2 | -------------------------------------------------------------------------------- /EhTrace/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/stdafx.h -------------------------------------------------------------------------------- /EhTrace/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/targetver.h -------------------------------------------------------------------------------- /EhTrace/x64/Debug/AFL-FUZZ.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Debug/AFL-FUZZ.exe -------------------------------------------------------------------------------- /EhTrace/x64/Debug/AKeyTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Debug/AKeyTest.exe -------------------------------------------------------------------------------- /EhTrace/x64/Debug/Acleanout.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Debug/Acleanout.exe -------------------------------------------------------------------------------- /EhTrace/x64/Debug/Alib.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Debug/Alib.lib -------------------------------------------------------------------------------- /EhTrace/x64/Debug/Aload.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Debug/Aload.exe -------------------------------------------------------------------------------- /EhTrace/x64/Debug/Aprep.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Debug/Aprep.exe -------------------------------------------------------------------------------- /EhTrace/x64/Debug/Aprep.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Debug/Aprep.lib -------------------------------------------------------------------------------- /EhTrace/x64/Debug/Astrace.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Debug/Astrace.exe -------------------------------------------------------------------------------- /EhTrace/x64/Debug/EhTrace.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Debug/EhTrace.exp -------------------------------------------------------------------------------- /EhTrace/x64/Debug/EhTrace.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Debug/EhTrace.lib -------------------------------------------------------------------------------- /EhTrace/x64/Debug/test.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Debug/test.bmp -------------------------------------------------------------------------------- /EhTrace/x64/Debug/test_gdiplus.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Debug/test_gdiplus.exe -------------------------------------------------------------------------------- /EhTrace/x64/Release/AFL-FUZZ.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Release/AFL-FUZZ.exe -------------------------------------------------------------------------------- /EhTrace/x64/Release/AKeyTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Release/AKeyTest.exe -------------------------------------------------------------------------------- /EhTrace/x64/Release/Acleanout.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Release/Acleanout.exe -------------------------------------------------------------------------------- /EhTrace/x64/Release/Agasm.dll.metagen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Release/Agasm.dll.metagen -------------------------------------------------------------------------------- /EhTrace/x64/Release/Alib.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Release/Alib.lib -------------------------------------------------------------------------------- /EhTrace/x64/Release/Aload.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Release/Aload.exe -------------------------------------------------------------------------------- /EhTrace/x64/Release/Aprep.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Release/Aprep.exe -------------------------------------------------------------------------------- /EhTrace/x64/Release/Aprep.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Release/Aprep.exp -------------------------------------------------------------------------------- /EhTrace/x64/Release/Aprep.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Release/Aprep.lib -------------------------------------------------------------------------------- /EhTrace/x64/Release/Astrace.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Release/Astrace.exe -------------------------------------------------------------------------------- /EhTrace/x64/Release/EhTrace.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Release/EhTrace.exp -------------------------------------------------------------------------------- /EhTrace/x64/Release/EhTrace.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Release/EhTrace.lib -------------------------------------------------------------------------------- /EhTrace/x64/Release/test_gdiplus.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/EhTrace/x64/Release/test_gdiplus.exe -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/README.md -------------------------------------------------------------------------------- /USAGE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/USAGE.md -------------------------------------------------------------------------------- /afl-fuzz/AFL-FUZZ/AFL-FUZZ.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/afl-fuzz/AFL-FUZZ/AFL-FUZZ.cpp -------------------------------------------------------------------------------- /afl-fuzz/AFL-FUZZ/AFL-FUZZ.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/afl-fuzz/AFL-FUZZ/AFL-FUZZ.vcxproj -------------------------------------------------------------------------------- /afl-fuzz/AFL-FUZZ/AFL-FUZZ.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/afl-fuzz/AFL-FUZZ/AFL-FUZZ.vcxproj.filters -------------------------------------------------------------------------------- /afl-fuzz/AFL-FUZZ/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/afl-fuzz/AFL-FUZZ/ReadMe.txt -------------------------------------------------------------------------------- /afl-fuzz/AFL-FUZZ/alloc-inl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/afl-fuzz/AFL-FUZZ/alloc-inl.h -------------------------------------------------------------------------------- /afl-fuzz/AFL-FUZZ/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/afl-fuzz/AFL-FUZZ/config.h -------------------------------------------------------------------------------- /afl-fuzz/AFL-FUZZ/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/afl-fuzz/AFL-FUZZ/debug.h -------------------------------------------------------------------------------- /afl-fuzz/AFL-FUZZ/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/afl-fuzz/AFL-FUZZ/hash.h -------------------------------------------------------------------------------- /afl-fuzz/AFL-FUZZ/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/afl-fuzz/AFL-FUZZ/stdafx.cpp -------------------------------------------------------------------------------- /afl-fuzz/AFL-FUZZ/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/afl-fuzz/AFL-FUZZ/stdafx.h -------------------------------------------------------------------------------- /afl-fuzz/AFL-FUZZ/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/afl-fuzz/AFL-FUZZ/targetver.h -------------------------------------------------------------------------------- /afl-fuzz/AFL-FUZZ/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/afl-fuzz/AFL-FUZZ/types.h -------------------------------------------------------------------------------- /afl-fuzz/AFL-FUZZ/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/afl-fuzz/AFL-FUZZ/utils.h -------------------------------------------------------------------------------- /doc/Blockfighting with a Hooker -- BLOCKFIGHTERII -- DC24.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/doc/Blockfighting with a Hooker -- BLOCKFIGHTERII -- DC24.pptx -------------------------------------------------------------------------------- /doc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/doc/README.md -------------------------------------------------------------------------------- /prep/AKeyTest/AKeyTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/AKeyTest/AKeyTest.cpp -------------------------------------------------------------------------------- /prep/AKeyTest/AKeyTest.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/AKeyTest/AKeyTest.vcxproj -------------------------------------------------------------------------------- /prep/AKeyTest/AKeyTest.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/AKeyTest/AKeyTest.vcxproj.filters -------------------------------------------------------------------------------- /prep/AKeyTest/AKeyTest/AKeyTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/AKeyTest/AKeyTest/AKeyTest.cpp -------------------------------------------------------------------------------- /prep/AKeyTest/AKeyTest/AKeyTest.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/AKeyTest/AKeyTest/AKeyTest.vcxproj -------------------------------------------------------------------------------- /prep/AKeyTest/AKeyTest/AKeyTest.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/AKeyTest/AKeyTest/AKeyTest.vcxproj.filters -------------------------------------------------------------------------------- /prep/AKeyTest/AKeyTest/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/AKeyTest/AKeyTest/ReadMe.txt -------------------------------------------------------------------------------- /prep/AKeyTest/AKeyTest/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/AKeyTest/AKeyTest/stdafx.cpp -------------------------------------------------------------------------------- /prep/AKeyTest/AKeyTest/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/AKeyTest/AKeyTest/stdafx.h -------------------------------------------------------------------------------- /prep/AKeyTest/AKeyTest/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/AKeyTest/AKeyTest/targetver.h -------------------------------------------------------------------------------- /prep/AKeyTest/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/AKeyTest/ReadMe.txt -------------------------------------------------------------------------------- /prep/AKeyTest/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/AKeyTest/stdafx.cpp -------------------------------------------------------------------------------- /prep/AKeyTest/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/AKeyTest/stdafx.h -------------------------------------------------------------------------------- /prep/AKeyTest/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/AKeyTest/targetver.h -------------------------------------------------------------------------------- /prep/AWinAFL/AEh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/AWinAFL/AEh.h -------------------------------------------------------------------------------- /prep/AWinAFL/AWinAFL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/AWinAFL/AWinAFL.cpp -------------------------------------------------------------------------------- /prep/AWinAFL/AWinAFL.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/AWinAFL/AWinAFL.vcxproj -------------------------------------------------------------------------------- /prep/AWinAFL/AWinAFL.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/AWinAFL/AWinAFL.vcxproj.filters -------------------------------------------------------------------------------- /prep/AWinAFL/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/AWinAFL/ReadMe.txt -------------------------------------------------------------------------------- /prep/AWinAFL/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/AWinAFL/dllmain.cpp -------------------------------------------------------------------------------- /prep/AWinAFL/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/AWinAFL/stdafx.cpp -------------------------------------------------------------------------------- /prep/AWinAFL/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/AWinAFL/stdafx.h -------------------------------------------------------------------------------- /prep/AWinAFL/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/AWinAFL/targetver.h -------------------------------------------------------------------------------- /prep/Acleanout/Acleanout.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Acleanout/Acleanout.cpp -------------------------------------------------------------------------------- /prep/Acleanout/Acleanout.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Acleanout/Acleanout.vcxproj -------------------------------------------------------------------------------- /prep/Acleanout/Acleanout.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Acleanout/Acleanout.vcxproj.filters -------------------------------------------------------------------------------- /prep/Acleanout/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Acleanout/ReadMe.txt -------------------------------------------------------------------------------- /prep/Acleanout/aout.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Acleanout/aout.bin -------------------------------------------------------------------------------- /prep/Acleanout/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Acleanout/stdafx.cpp -------------------------------------------------------------------------------- /prep/Acleanout/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Acleanout/stdafx.h -------------------------------------------------------------------------------- /prep/Acleanout/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Acleanout/targetver.h -------------------------------------------------------------------------------- /prep/Agasm/Aboot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Agasm/Aboot.cpp -------------------------------------------------------------------------------- /prep/Agasm/Agasm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Agasm/Agasm.cpp -------------------------------------------------------------------------------- /prep/Agasm/Agasm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Agasm/Agasm.h -------------------------------------------------------------------------------- /prep/Agasm/Agasm.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Agasm/Agasm.vcxproj -------------------------------------------------------------------------------- /prep/Agasm/Agasm.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Agasm/Agasm.vcxproj.filters -------------------------------------------------------------------------------- /prep/Agasm/AssemblyInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Agasm/AssemblyInfo.cpp -------------------------------------------------------------------------------- /prep/Agasm/PESections.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Agasm/PESections.cpp -------------------------------------------------------------------------------- /prep/Agasm/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Agasm/ReadMe.txt -------------------------------------------------------------------------------- /prep/Agasm/Stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Agasm/Stdafx.cpp -------------------------------------------------------------------------------- /prep/Agasm/Stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Agasm/Stdafx.h -------------------------------------------------------------------------------- /prep/Agasm/app.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Agasm/app.ico -------------------------------------------------------------------------------- /prep/Agasm/app.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Agasm/app.rc -------------------------------------------------------------------------------- /prep/Agasm/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Agasm/resource.h -------------------------------------------------------------------------------- /prep/Agasm/x64/Debug/app.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Agasm/x64/Debug/app.res -------------------------------------------------------------------------------- /prep/Alib/Alib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Alib/Alib.cpp -------------------------------------------------------------------------------- /prep/Alib/Alib.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Alib/Alib.vcxproj -------------------------------------------------------------------------------- /prep/Alib/Alib.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Alib/Alib.vcxproj.filters -------------------------------------------------------------------------------- /prep/Alib/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Alib/ReadMe.txt -------------------------------------------------------------------------------- /prep/Alib/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Alib/stdafx.cpp -------------------------------------------------------------------------------- /prep/Alib/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Alib/stdafx.h -------------------------------------------------------------------------------- /prep/Alib/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Alib/targetver.h -------------------------------------------------------------------------------- /prep/Aload/AInsert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Aload/AInsert.cpp -------------------------------------------------------------------------------- /prep/Aload/Aload.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Aload/Aload.cpp -------------------------------------------------------------------------------- /prep/Aload/Aload.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Aload/Aload.vcxproj -------------------------------------------------------------------------------- /prep/Aload/Aload.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Aload/Aload.vcxproj.filters -------------------------------------------------------------------------------- /prep/Aload/Aload.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Aload/Aload.vcxproj.user -------------------------------------------------------------------------------- /prep/Aload/Asnap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Aload/Asnap.cpp -------------------------------------------------------------------------------- /prep/Aload/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Aload/ReadMe.txt -------------------------------------------------------------------------------- /prep/Aload/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Aload/stdafx.cpp -------------------------------------------------------------------------------- /prep/Aload/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Aload/stdafx.h -------------------------------------------------------------------------------- /prep/Aload/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Aload/targetver.h -------------------------------------------------------------------------------- /prep/Aprep/Aprep.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Aprep/Aprep.cpp -------------------------------------------------------------------------------- /prep/Aprep/Aprep.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Aprep/Aprep.vcxproj -------------------------------------------------------------------------------- /prep/Aprep/Aprep.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Aprep/Aprep.vcxproj.filters -------------------------------------------------------------------------------- /prep/Aprep/Aprep.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Aprep/Aprep.vcxproj.user -------------------------------------------------------------------------------- /prep/Aprep/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Aprep/ReadMe.txt -------------------------------------------------------------------------------- /prep/Aprep/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Aprep/stdafx.cpp -------------------------------------------------------------------------------- /prep/Aprep/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Aprep/stdafx.h -------------------------------------------------------------------------------- /prep/Aprep/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Aprep/targetver.h -------------------------------------------------------------------------------- /prep/Astrace/Astrace.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Astrace/Astrace.cpp -------------------------------------------------------------------------------- /prep/Astrace/Astrace.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Astrace/Astrace.vcxproj -------------------------------------------------------------------------------- /prep/Astrace/Astrace.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Astrace/Astrace.vcxproj.filters -------------------------------------------------------------------------------- /prep/Astrace/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Astrace/ReadMe.txt -------------------------------------------------------------------------------- /prep/Astrace/SetupConfig.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Astrace/SetupConfig.cpp -------------------------------------------------------------------------------- /prep/Astrace/Symbolize.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Astrace/Symbolize.cpp -------------------------------------------------------------------------------- /prep/Astrace/Symbolize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Astrace/Symbolize.h -------------------------------------------------------------------------------- /prep/Astrace/getopt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Astrace/getopt.cpp -------------------------------------------------------------------------------- /prep/Astrace/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Astrace/stdafx.cpp -------------------------------------------------------------------------------- /prep/Astrace/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Astrace/stdafx.h -------------------------------------------------------------------------------- /prep/Astrace/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Astrace/targetver.h -------------------------------------------------------------------------------- /prep/Totts/totts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/Totts/totts.cs -------------------------------------------------------------------------------- /prep/TottsA/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/TottsA/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /prep/TottsA/TottsA.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/TottsA/TottsA.csproj -------------------------------------------------------------------------------- /prep/TottsA/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /prep/TottsA/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /prep/TottsA/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /prep/TottsA/obj/Debug/TottsA.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/TottsA/obj/Debug/TottsA.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /prep/TottsA/totts.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/TottsA/totts.cs -------------------------------------------------------------------------------- /prep/test_gdiplus/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/test_gdiplus/ReadMe.txt -------------------------------------------------------------------------------- /prep/test_gdiplus/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/test_gdiplus/stdafx.cpp -------------------------------------------------------------------------------- /prep/test_gdiplus/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/test_gdiplus/stdafx.h -------------------------------------------------------------------------------- /prep/test_gdiplus/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/test_gdiplus/targetver.h -------------------------------------------------------------------------------- /prep/test_gdiplus/test_gdiplus.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/test_gdiplus/test_gdiplus.cpp -------------------------------------------------------------------------------- /prep/test_gdiplus/test_gdiplus.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/test_gdiplus/test_gdiplus.vcxproj -------------------------------------------------------------------------------- /prep/test_gdiplus/test_gdiplus.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/prep/test_gdiplus/test_gdiplus.vcxproj.filters -------------------------------------------------------------------------------- /support/Microsoft.Msagl.Drawing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/Microsoft.Msagl.Drawing.dll -------------------------------------------------------------------------------- /support/Microsoft.Msagl.GraphViewerGdi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/Microsoft.Msagl.GraphViewerGdi.dll -------------------------------------------------------------------------------- /support/Microsoft.Msagl.GraphmapsWpfControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/Microsoft.Msagl.GraphmapsWpfControl.dll -------------------------------------------------------------------------------- /support/Microsoft.Msagl.WpfGraphControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/Microsoft.Msagl.WpfGraphControl.dll -------------------------------------------------------------------------------- /support/Microsoft.Msagl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/Microsoft.Msagl.dll -------------------------------------------------------------------------------- /support/capstone/capstone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/capstone/capstone.h -------------------------------------------------------------------------------- /support/capstone/platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/capstone/platform.h -------------------------------------------------------------------------------- /support/capstone/x86.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/capstone/x86.h -------------------------------------------------------------------------------- /support/capstone_dbg.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/capstone_dbg.lib -------------------------------------------------------------------------------- /support/capstone_rel.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/capstone_rel.lib -------------------------------------------------------------------------------- /support/dbghelp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/dbghelp.dll -------------------------------------------------------------------------------- /support/ehtracelogo-style2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/ehtracelogo-style2.png -------------------------------------------------------------------------------- /support/notepad-from-CSW.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/notepad-from-CSW.PNG -------------------------------------------------------------------------------- /support/symsrv.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/symsrv.dll -------------------------------------------------------------------------------- /support/triangle.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/triangle.exe -------------------------------------------------------------------------------- /support/triangle.last.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/triangle.last.exe -------------------------------------------------------------------------------- /support/with-dissassembly.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/with-dissassembly.PNG -------------------------------------------------------------------------------- /support/x1.100k.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/x1.100k.svg -------------------------------------------------------------------------------- /support/x1_100k.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/x1_100k.png -------------------------------------------------------------------------------- /support/x64/Microsoft.Msagl.Drawing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/x64/Microsoft.Msagl.Drawing.dll -------------------------------------------------------------------------------- /support/x64/Microsoft.Msagl.GraphViewerGdi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/x64/Microsoft.Msagl.GraphViewerGdi.dll -------------------------------------------------------------------------------- /support/x64/Microsoft.Msagl.GraphmapsWpfControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/x64/Microsoft.Msagl.GraphmapsWpfControl.dll -------------------------------------------------------------------------------- /support/x64/Microsoft.Msagl.WpfGraphControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/x64/Microsoft.Msagl.WpfGraphControl.dll -------------------------------------------------------------------------------- /support/x64/Microsoft.Msagl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/x64/Microsoft.Msagl.dll -------------------------------------------------------------------------------- /support/x86/Microsoft.Msagl.Drawing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/x86/Microsoft.Msagl.Drawing.dll -------------------------------------------------------------------------------- /support/x86/Microsoft.Msagl.GraphViewerGdi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/x86/Microsoft.Msagl.GraphViewerGdi.dll -------------------------------------------------------------------------------- /support/x86/Microsoft.Msagl.GraphmapsWpfControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/x86/Microsoft.Msagl.GraphmapsWpfControl.dll -------------------------------------------------------------------------------- /support/x86/Microsoft.Msagl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/support/x86/Microsoft.Msagl.dll -------------------------------------------------------------------------------- /vis/AStackFolding/AStackFolding.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/AStackFolding/AStackFolding.csproj -------------------------------------------------------------------------------- /vis/AStackFolding/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/AStackFolding/App.config -------------------------------------------------------------------------------- /vis/AStackFolding/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/AStackFolding/Program.cs -------------------------------------------------------------------------------- /vis/AStackFolding/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/AStackFolding/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /vis/AStackFolding/bin/x64/Debug/AStackFolding.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/AStackFolding/bin/x64/Debug/AStackFolding.exe -------------------------------------------------------------------------------- /vis/AStackFolding/bin/x64/Debug/AStackFolding.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/AStackFolding/bin/x64/Debug/AStackFolding.exe.config -------------------------------------------------------------------------------- /vis/AStackFolding/dbghelp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/AStackFolding/dbghelp.dll -------------------------------------------------------------------------------- /vis/AStackFolding/obj/x64/Debug/AStackFolding.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/AStackFolding/obj/x64/Debug/AStackFolding.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /vis/AStackFolding/obj/x64/Debug/AStackFolding.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/AStackFolding/obj/x64/Debug/AStackFolding.exe -------------------------------------------------------------------------------- /vis/AStackFolding/obj/x64/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vis/AStackFolding/obj/x64/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vis/AStackFolding/obj/x64/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vis/AStackFolding/symsrv.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/AStackFolding/symsrv.dll -------------------------------------------------------------------------------- /vis/Amerger/Amerger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/Amerger/Amerger.cs -------------------------------------------------------------------------------- /vis/Amerger/Amerger.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/Amerger/Amerger.csproj -------------------------------------------------------------------------------- /vis/Amerger/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/Amerger/App.config -------------------------------------------------------------------------------- /vis/Amerger/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/Amerger/Program.cs -------------------------------------------------------------------------------- /vis/Amerger/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/Amerger/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /vis/Amerger/bin/Debug/Amerger.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/Amerger/bin/Debug/Amerger.exe -------------------------------------------------------------------------------- /vis/Amerger/bin/Debug/Amerger.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/Amerger/bin/Debug/Amerger.exe.config -------------------------------------------------------------------------------- /vis/Amerger/obj/Debug/Amerger.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/Amerger/obj/Debug/Amerger.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /vis/Amerger/obj/Debug/Amerger.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/Amerger/obj/Debug/Amerger.exe -------------------------------------------------------------------------------- /vis/Amerger/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vis/Amerger/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vis/Amerger/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vis/Dia2Sharp/.vs/Dia2Sharp/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/Dia2Sharp/.vs/Dia2Sharp/v14/.suo -------------------------------------------------------------------------------- /vis/Dia2Sharp/AModInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/Dia2Sharp/AModInfo.cs -------------------------------------------------------------------------------- /vis/Dia2Sharp/AStepEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/Dia2Sharp/AStepEvent.cs -------------------------------------------------------------------------------- /vis/Dia2Sharp/DebugHelp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/Dia2Sharp/DebugHelp.cs -------------------------------------------------------------------------------- /vis/Dia2Sharp/Dia2Sharp.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/Dia2Sharp/Dia2Sharp.csproj -------------------------------------------------------------------------------- /vis/Dia2Sharp/Dia2Sharp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/Dia2Sharp/Dia2Sharp.sln -------------------------------------------------------------------------------- /vis/Dia2Sharp/MinSym.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/Dia2Sharp/MinSym.cs -------------------------------------------------------------------------------- /vis/Dia2Sharp/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/Dia2Sharp/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /vis/Dia2Sharp/Reflectors.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/Dia2Sharp/Reflectors.cs -------------------------------------------------------------------------------- /vis/Dia2Sharp/Sym.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/Dia2Sharp/Sym.cs -------------------------------------------------------------------------------- /vis/Dia2Sharp/obj/x64/Debug/Dia2Sharp.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/Dia2Sharp/obj/x64/Debug/Dia2Sharp.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /vis/Dia2Sharp/obj/x64/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vis/Dia2Sharp/obj/x64/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vis/Dia2Sharp/obj/x64/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vis/Dia2Sharp/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/Dia2Sharp/packages.config -------------------------------------------------------------------------------- /vis/TestDump2/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/TestDump2/App.config -------------------------------------------------------------------------------- /vis/TestDump2/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/TestDump2/Program.cs -------------------------------------------------------------------------------- /vis/TestDump2/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/TestDump2/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /vis/TestDump2/TestDump2.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/TestDump2/TestDump2.csproj -------------------------------------------------------------------------------- /vis/TestDump2/TestDump2.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/TestDump2/TestDump2.csproj.user -------------------------------------------------------------------------------- /vis/TestDump2/bin/x64/Debug/TestDump2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/TestDump2/bin/x64/Debug/TestDump2.exe -------------------------------------------------------------------------------- /vis/TestDump2/bin/x64/Debug/TestDump2.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/TestDump2/bin/x64/Debug/TestDump2.exe.config -------------------------------------------------------------------------------- /vis/TestDump2/obj/x64/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vis/TestDump2/obj/x64/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vis/TestDump2/obj/x64/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vis/TestDump2/obj/x64/Debug/TestDump2.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/TestDump2/obj/x64/Debug/TestDump2.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /vis/TestDump2/obj/x64/Debug/TestDump2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/TestDump2/obj/x64/Debug/TestDump2.exe -------------------------------------------------------------------------------- /vis/WPFx/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/App.config -------------------------------------------------------------------------------- /vis/WPFx/App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/App.xaml -------------------------------------------------------------------------------- /vis/WPFx/App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/App.xaml.cs -------------------------------------------------------------------------------- /vis/WPFx/MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/MainWindow.xaml -------------------------------------------------------------------------------- /vis/WPFx/MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/MainWindow.xaml.cs -------------------------------------------------------------------------------- /vis/WPFx/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /vis/WPFx/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /vis/WPFx/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/Properties/Resources.resx -------------------------------------------------------------------------------- /vis/WPFx/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /vis/WPFx/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/Properties/Settings.settings -------------------------------------------------------------------------------- /vis/WPFx/WPFx.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/WPFx.csproj -------------------------------------------------------------------------------- /vis/WPFx/bin/Debug/WPFx.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/bin/Debug/WPFx.exe -------------------------------------------------------------------------------- /vis/WPFx/bin/Debug/WPFx.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/bin/Debug/WPFx.exe.config -------------------------------------------------------------------------------- /vis/WPFx/bin/Debug/triangle.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/bin/Debug/triangle.exe -------------------------------------------------------------------------------- /vis/WPFx/obj/Debug/App.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/obj/Debug/App.g.cs -------------------------------------------------------------------------------- /vis/WPFx/obj/Debug/App.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/obj/Debug/App.g.i.cs -------------------------------------------------------------------------------- /vis/WPFx/obj/Debug/MainWindow.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/obj/Debug/MainWindow.baml -------------------------------------------------------------------------------- /vis/WPFx/obj/Debug/MainWindow.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/obj/Debug/MainWindow.g.cs -------------------------------------------------------------------------------- /vis/WPFx/obj/Debug/MainWindow.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/obj/Debug/MainWindow.g.i.cs -------------------------------------------------------------------------------- /vis/WPFx/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vis/WPFx/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vis/WPFx/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vis/WPFx/obj/Debug/WPFx.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/obj/Debug/WPFx.Properties.Resources.resources -------------------------------------------------------------------------------- /vis/WPFx/obj/Debug/WPFx.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/obj/Debug/WPFx.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /vis/WPFx/obj/Debug/WPFx.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/obj/Debug/WPFx.exe -------------------------------------------------------------------------------- /vis/WPFx/obj/Debug/WPFx.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/obj/Debug/WPFx.g.resources -------------------------------------------------------------------------------- /vis/WPFx/obj/Debug/WPFx_Content.g.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/obj/Debug/WPFx_Content.g.cs -------------------------------------------------------------------------------- /vis/WPFx/obj/Debug/WPFx_Content.g.i.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/obj/Debug/WPFx_Content.g.i.cs -------------------------------------------------------------------------------- /vis/WPFx/obj/Debug/WPFx_MarkupCompile.i.lref: -------------------------------------------------------------------------------- 1 | 2 | 3 | FC:\Users\files\Documents\GitHub\EhTrace\vis\WPFx\MainWindow.xaml;; 4 | 5 | -------------------------------------------------------------------------------- /vis/WPFx/obj/Debug/WPFx_MarkupCompile.lref: -------------------------------------------------------------------------------- 1 | 2 | 3 | FC:\Users\files\Documents\GitHub\EhTrace\vis\WPFx\MainWindow.xaml;; 4 | 5 | -------------------------------------------------------------------------------- /vis/WPFx/triangle.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/K2/EhTrace/HEAD/vis/WPFx/triangle.exe --------------------------------------------------------------------------------