├── .gitattributes ├── .gitignore ├── .gitmodules ├── DLLAnalysis ├── .gitignore ├── B2R2-build │ ├── B2R2.BinCorpus.deps.json │ ├── B2R2.BinCorpus.dll │ ├── B2R2.BinCorpus.pdb │ ├── B2R2.BinCorpus.xml │ ├── B2R2.BinFile.deps.json │ ├── B2R2.BinFile.dll │ ├── B2R2.BinFile.pdb │ ├── B2R2.BinFile.xml │ ├── B2R2.BinGraph.deps.json │ ├── B2R2.BinGraph.dll │ ├── B2R2.BinGraph.pdb │ ├── B2R2.BinGraph.xml │ ├── B2R2.BinIR.deps.json │ ├── B2R2.BinIR.dll │ ├── B2R2.BinIR.pdb │ ├── B2R2.BinIR.xml │ ├── B2R2.ConcEval.deps.json │ ├── B2R2.ConcEval.dll │ ├── B2R2.ConcEval.pdb │ ├── B2R2.ConcEval.xml │ ├── B2R2.Core.deps.json │ ├── B2R2.Core.dll │ ├── B2R2.Core.pdb │ ├── B2R2.Core.xml │ ├── B2R2.FrontEnd.ARM32.deps.json │ ├── B2R2.FrontEnd.ARM32.dll │ ├── B2R2.FrontEnd.ARM32.pdb │ ├── B2R2.FrontEnd.ARM32.xml │ ├── B2R2.FrontEnd.ARM64.deps.json │ ├── B2R2.FrontEnd.ARM64.dll │ ├── B2R2.FrontEnd.ARM64.pdb │ ├── B2R2.FrontEnd.ARM64.xml │ ├── B2R2.FrontEnd.Core.deps.json │ ├── B2R2.FrontEnd.Core.dll │ ├── B2R2.FrontEnd.Core.pdb │ ├── B2R2.FrontEnd.Core.xml │ ├── B2R2.FrontEnd.EVM.deps.json │ ├── B2R2.FrontEnd.EVM.dll │ ├── B2R2.FrontEnd.EVM.pdb │ ├── B2R2.FrontEnd.EVM.xml │ ├── B2R2.FrontEnd.Intel.deps.json │ ├── B2R2.FrontEnd.Intel.dll │ ├── B2R2.FrontEnd.Intel.pdb │ ├── B2R2.FrontEnd.Intel.xml │ ├── B2R2.FrontEnd.Library.deps.json │ ├── B2R2.FrontEnd.Library.dll │ ├── B2R2.FrontEnd.Library.pdb │ ├── B2R2.FrontEnd.Library.xml │ ├── B2R2.FrontEnd.MIPS.deps.json │ ├── B2R2.FrontEnd.MIPS.dll │ ├── B2R2.FrontEnd.MIPS.pdb │ ├── B2R2.FrontEnd.MIPS.xml │ ├── B2R2.FrontEnd.Optimizer.deps.json │ ├── B2R2.FrontEnd.Optimizer.dll │ ├── B2R2.FrontEnd.Optimizer.pdb │ ├── B2R2.FrontEnd.Optimizer.xml │ ├── B2R2.FrontEnd.TMS320C6000.deps.json │ ├── B2R2.FrontEnd.TMS320C6000.dll │ ├── B2R2.FrontEnd.TMS320C6000.pdb │ ├── B2R2.FrontEnd.TMS320C6000.xml │ ├── B2R2.MiddleEnd.deps.json │ ├── B2R2.MiddleEnd.dll │ ├── B2R2.MiddleEnd.pdb │ ├── B2R2.MiddleEnd.xml │ ├── B2R2.Visualization.deps.json │ ├── B2R2.Visualization.dll │ ├── B2R2.Visualization.pdb │ ├── B2R2.Visualization.xml │ ├── CodeCoverage │ │ ├── CodeCoverage.config │ │ ├── CodeCoverage.exe │ │ ├── amd64 │ │ │ ├── covrun64.dll │ │ │ └── msdia140.dll │ │ ├── codecoveragemessages.dll │ │ ├── covrun32.dll │ │ └── msdia140.dll │ ├── FParsec.dll │ ├── FParsecCS.dll │ ├── FSharp.Core.dll │ ├── FsOptParse.dll │ ├── FsReadLine.dll │ ├── Microsoft.CodeCoverage.props │ ├── Microsoft.CodeCoverage.targets │ ├── Microsoft.Extensions.FileSystemGlobbing.dll │ ├── Microsoft.FSharpLu.Json.dll │ ├── Microsoft.TestPlatform.CommunicationUtilities.dll │ ├── Microsoft.TestPlatform.CoreUtilities.dll │ ├── Microsoft.TestPlatform.CrossPlatEngine.dll │ ├── Microsoft.TestPlatform.PlatformAbstractions.dll │ ├── Microsoft.TestPlatform.Utilities.dll │ ├── Microsoft.VisualStudio.CodeCoverage.Shim.dll │ ├── Microsoft.VisualStudio.TestPlatform.Common.dll │ ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll │ ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll │ ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll │ ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.dll │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.dll │ ├── Microsoft.VisualStudio.TraceDataCollector.dll │ ├── Mono.Cecil.Mdb.dll │ ├── Mono.Cecil.Pdb.dll │ ├── Mono.Cecil.Rocks.dll │ ├── Mono.Cecil.dll │ ├── Newtonsoft.Json.dll │ ├── System.Xml.XPath.XmlDocument.dll │ ├── WebUI │ │ ├── b2r2.png │ │ ├── css │ │ │ ├── b2r2.base.css │ │ │ ├── b2r2.css │ │ │ ├── b2r2.footer.css │ │ │ ├── b2r2.graph.css │ │ │ ├── b2r2.header.css │ │ │ ├── b2r2.main.css │ │ │ ├── b2r2.modal.css │ │ │ ├── b2r2.rotating.css │ │ │ ├── b2r2.toast.css │ │ │ ├── bootstrap.min.css │ │ │ ├── fontawesome.min.css │ │ │ ├── images │ │ │ │ ├── ui-icons_444444_256x240.png │ │ │ │ ├── ui-icons_555555_256x240.png │ │ │ │ ├── ui-icons_777620_256x240.png │ │ │ │ ├── ui-icons_777777_256x240.png │ │ │ │ ├── ui-icons_cc0000_256x240.png │ │ │ │ └── ui-icons_ffffff_256x240.png │ │ │ ├── jquery-ui.min.css │ │ │ └── jquery.contextMenu.min.css │ │ ├── favicon.ico │ │ ├── fonts │ │ │ ├── Inconsolata-Bold.ttf │ │ │ ├── Inconsolata-Regular.ttf │ │ │ ├── context-menu-icons.woff2 │ │ │ ├── fa-brands-400.woff2 │ │ │ ├── fa-regular-400.woff2 │ │ │ ├── fa-solid-900.woff2 │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ └── glyphicons-halflings-regular.woff2 │ │ ├── index.html │ │ └── js │ │ │ ├── b2r2.consts.js │ │ │ ├── b2r2.flowgraph.js │ │ │ ├── b2r2.graph.js │ │ │ ├── b2r2.header.js │ │ │ ├── b2r2.hexgraph.js │ │ │ ├── b2r2.js │ │ │ ├── b2r2.keyhandler.js │ │ │ ├── b2r2.minimap.js │ │ │ ├── b2r2.navbar.js │ │ │ ├── b2r2.search.js │ │ │ ├── b2r2.side.js │ │ │ ├── b2r2.svgdefs.js │ │ │ ├── b2r2.termgraph.js │ │ │ ├── b2r2.toast.js │ │ │ ├── b2r2.utils.js │ │ │ ├── b2r2.window.js │ │ │ ├── bootstrap.min.js │ │ │ ├── d3.min.js │ │ │ ├── jquery-ui.min.js │ │ │ ├── jquery.contextMenu.min.js │ │ │ ├── jquery.mark.min.js │ │ │ └── jquery.min.js │ ├── coverlet.collector.deps.json │ ├── coverlet.collector.dll │ ├── coverlet.collector.pdb │ ├── coverlet.collector.targets │ ├── coverlet.core.dll │ ├── coverlet.core.pdb │ ├── cs │ │ ├── FSharp.Core.resources.dll │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ └── Microsoft.VisualStudio.TraceDataCollector.resources.dll │ ├── de │ │ ├── FSharp.Core.resources.dll │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ └── Microsoft.VisualStudio.TraceDataCollector.resources.dll │ ├── es │ │ ├── FSharp.Core.resources.dll │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ └── Microsoft.VisualStudio.TraceDataCollector.resources.dll │ ├── fr │ │ ├── FSharp.Core.resources.dll │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ └── Microsoft.VisualStudio.TraceDataCollector.resources.dll │ ├── it │ │ ├── FSharp.Core.resources.dll │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ └── Microsoft.VisualStudio.TraceDataCollector.resources.dll │ ├── ja │ │ ├── FSharp.Core.resources.dll │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ └── Microsoft.VisualStudio.TraceDataCollector.resources.dll │ ├── ko │ │ ├── FSharp.Core.resources.dll │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ └── Microsoft.VisualStudio.TraceDataCollector.resources.dll │ ├── pl │ │ ├── FSharp.Core.resources.dll │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ └── Microsoft.VisualStudio.TraceDataCollector.resources.dll │ ├── pt-BR │ │ ├── FSharp.Core.resources.dll │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ └── Microsoft.VisualStudio.TraceDataCollector.resources.dll │ ├── ru │ │ ├── FSharp.Core.resources.dll │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ └── Microsoft.VisualStudio.TraceDataCollector.resources.dll │ ├── testhost.dll │ ├── tr │ │ ├── FSharp.Core.resources.dll │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ └── Microsoft.VisualStudio.TraceDataCollector.resources.dll │ ├── zh-Hans │ │ ├── FSharp.Core.resources.dll │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ └── Microsoft.VisualStudio.TraceDataCollector.resources.dll │ └── zh-Hant │ │ ├── FSharp.Core.resources.dll │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ └── Microsoft.VisualStudio.TraceDataCollector.resources.dll ├── DLLAnalysis.sln ├── Makefile ├── README.md ├── WinHeader │ ├── .gitignore │ ├── Makefile │ ├── WinHeader.sln │ └── src │ │ ├── APIMap.fs │ │ ├── ArgType.fs │ │ ├── CAnnot.fs │ │ ├── CFunction.fs │ │ ├── CLexer.fsl │ │ ├── CParser.fsy │ │ ├── CPrimitives.fs │ │ ├── CType.fs │ │ ├── Constants.fs │ │ ├── Ctags.fs │ │ ├── ExtractFunction.fs │ │ ├── ExtractType.fs │ │ ├── FindCFunction.fs │ │ ├── FindCType.fs │ │ ├── FuncType.fs │ │ ├── Main.fs │ │ ├── SizeSpec.fs │ │ ├── TypeHelper.fs │ │ ├── Utils.fs │ │ └── WinHeader.fsproj ├── scripts │ ├── run_all.sh │ ├── run_dummy.sh │ ├── run_eval.sh │ ├── run_on_18_Apr.sh │ └── run_on_20_Jan.sh └── src │ ├── Analysis │ ├── AbstractInterpretation.fs │ ├── Modular.fs │ └── Typedef.fs │ ├── CodeGenerate │ ├── CodeGenerate.fs │ ├── ConstDef.fs │ ├── Convention.fs │ ├── HookerCode.fs │ ├── HookerFunc.fs │ ├── RegisterFunc.fs │ └── Typedefs.fs │ ├── Core │ ├── APISchema.fs │ ├── BinTypes.fs │ ├── Const.fs │ ├── Extension.fs │ ├── IntTypes.fs │ ├── Optimize.fs │ ├── PESymbol.fs │ ├── RedirectMap.fs │ ├── Stub.fs │ ├── Subroutine.fs │ ├── Symbol.fs │ ├── Utils.fs │ └── WinAPI.fs │ ├── DLLAnalysis.fsproj │ ├── DataFlow │ ├── BackwardState.fs │ ├── DFA.fs │ ├── DataFlow.fs │ ├── FootPrint.fs │ └── ForwardState.fs │ ├── Debug │ └── Debug.fs │ ├── Domain │ ├── AbsInt.fs │ ├── AbsLoc.fs │ ├── AbsMem.fs │ ├── AbsVal.fs │ ├── FlatInt.fs │ ├── Function.fs │ ├── Functor.fs │ ├── LocSymMap.fs │ ├── PPoint.fs │ ├── Pruning.fs │ ├── Record.fs │ ├── RegMap.fs │ ├── Register.fs │ ├── Relation.fs │ ├── Signature.fs │ ├── State.fs │ ├── TypeConstr.fs │ ├── Width.fs │ ├── Wrapper.fs │ └── absDom_ifc.fs │ ├── FrontEnd │ ├── BasicBlock.fs │ ├── BinInfo.fs │ ├── CFG.fs │ ├── CallGraph.fs │ ├── CallGraphAnalysis.fs │ ├── ImportMap.fs │ ├── Parse.fs │ ├── SCC.fs │ └── StubAnalysis.fs │ ├── Main │ └── Main.fs │ ├── Semantics │ ├── Assign.fs │ ├── Call.fs │ ├── CondJump.fs │ ├── Encoding.fs │ ├── Evaluate.fs │ ├── Execute.fs │ └── MemFunc.fs │ ├── Summary │ ├── ArgSize.fs │ ├── Constraints.fs │ ├── Helper.fs │ ├── SideEffect.fs │ ├── Substitution.fs │ ├── Summary.fs │ ├── SysArg.fs │ └── Syscall.fs │ └── TypeInference │ ├── DecideType.fs │ ├── Distort.fs │ ├── Primitives.fs │ ├── SelectMajority.fs │ ├── Statistics.fs │ ├── Summarize.fs │ ├── TypeInference.fs │ ├── TypeMap.fs │ └── TypeSpec.fs ├── Hooker ├── .gitignore ├── Common │ └── Const.h ├── Driver │ ├── Hooker.inf │ ├── Hooker.vcxproj │ ├── Hooker.vcxproj.filters │ ├── inc │ │ ├── Config.h │ │ ├── Descriptor.h │ │ ├── GeneralHooker.h │ │ ├── Hooking.h │ │ ├── HookingHelper.h │ │ ├── Log.h │ │ ├── LogInput.h │ │ ├── LogOutput.h │ │ ├── Mutate.h │ │ ├── Poison.h │ │ ├── ProcessHooker.h │ │ ├── SSDT.h │ │ ├── State.h │ │ └── Type │ │ │ ├── ArgType.h │ │ │ ├── ArraySize.h │ │ │ ├── Macro.h │ │ │ ├── ParseHelper.h │ │ │ ├── SyscallType.h │ │ │ └── Typedef.h │ └── src │ │ ├── Driver.cpp │ │ ├── Hooking.cpp │ │ ├── HookingHelper.cpp │ │ ├── Log.cpp │ │ ├── LogInput.cpp │ │ ├── LogOutput.cpp │ │ ├── Mutate.cpp │ │ ├── Poison.cpp │ │ ├── ProcessHooker.cpp │ │ ├── SSDT.cpp │ │ ├── State.cpp │ │ └── Type │ │ ├── ArgType.cpp │ │ ├── ArraySize.cpp │ │ ├── ParseHelper.cpp │ │ └── SyscallType.cpp ├── Hooker.sln ├── README.md └── User │ ├── Controller.cpp │ ├── Controller.vcxproj │ ├── Controller.vcxproj.filters │ └── ModuleInfo.h ├── LICENSE.md ├── Launcher ├── README.md ├── apps │ ├── __init__.py │ ├── app_info.py │ ├── awatch.py │ ├── chess.py │ ├── dxdiag.py │ ├── ppt.py │ ├── sniffer.py │ ├── sumatra.py │ ├── unity.py │ ├── utils.py │ └── wordpad.py ├── hooker32.py └── run32.py └── README.md /.gitattributes: -------------------------------------------------------------------------------- 1 | DLLAnalysis/B2R2-build/** linguist-vendored 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.swp 2 | *.swo 3 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/.gitmodules -------------------------------------------------------------------------------- /DLLAnalysis/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/.gitignore -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.BinCorpus.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.BinCorpus.deps.json -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.BinCorpus.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.BinCorpus.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.BinCorpus.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.BinCorpus.pdb -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.BinCorpus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.BinCorpus.xml -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.BinFile.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.BinFile.deps.json -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.BinFile.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.BinFile.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.BinFile.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.BinFile.pdb -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.BinFile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.BinFile.xml -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.BinGraph.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.BinGraph.deps.json -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.BinGraph.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.BinGraph.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.BinGraph.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.BinGraph.pdb -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.BinGraph.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.BinGraph.xml -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.BinIR.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.BinIR.deps.json -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.BinIR.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.BinIR.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.BinIR.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.BinIR.pdb -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.BinIR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.BinIR.xml -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.ConcEval.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.ConcEval.deps.json -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.ConcEval.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.ConcEval.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.ConcEval.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.ConcEval.pdb -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.ConcEval.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.ConcEval.xml -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.Core.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.Core.deps.json -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.Core.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.Core.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.Core.pdb -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.Core.xml -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.ARM32.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.ARM32.deps.json -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.ARM32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.ARM32.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.ARM32.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.ARM32.pdb -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.ARM32.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.ARM32.xml -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.ARM64.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.ARM64.deps.json -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.ARM64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.ARM64.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.ARM64.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.ARM64.pdb -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.ARM64.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.ARM64.xml -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.Core.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.Core.deps.json -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.Core.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.Core.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.Core.pdb -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.Core.xml -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.EVM.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.EVM.deps.json -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.EVM.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.EVM.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.EVM.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.EVM.pdb -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.EVM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.EVM.xml -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.Intel.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.Intel.deps.json -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.Intel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.Intel.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.Intel.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.Intel.pdb -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.Intel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.Intel.xml -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.Library.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.Library.deps.json -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.Library.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.Library.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.Library.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.Library.pdb -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.Library.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.Library.xml -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.MIPS.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.MIPS.deps.json -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.MIPS.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.MIPS.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.MIPS.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.MIPS.pdb -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.MIPS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.MIPS.xml -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.Optimizer.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.Optimizer.deps.json -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.Optimizer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.Optimizer.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.Optimizer.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.Optimizer.pdb -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.Optimizer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.Optimizer.xml -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.TMS320C6000.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.TMS320C6000.deps.json -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.TMS320C6000.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.TMS320C6000.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.TMS320C6000.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.TMS320C6000.pdb -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.FrontEnd.TMS320C6000.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.FrontEnd.TMS320C6000.xml -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.MiddleEnd.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.MiddleEnd.deps.json -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.MiddleEnd.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.MiddleEnd.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.MiddleEnd.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.MiddleEnd.pdb -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.MiddleEnd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.MiddleEnd.xml -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.Visualization.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.Visualization.deps.json -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.Visualization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.Visualization.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.Visualization.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.Visualization.pdb -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/B2R2.Visualization.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/B2R2.Visualization.xml -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/CodeCoverage/CodeCoverage.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/CodeCoverage/CodeCoverage.config -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/CodeCoverage/CodeCoverage.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/CodeCoverage/CodeCoverage.exe -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/CodeCoverage/amd64/covrun64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/CodeCoverage/amd64/covrun64.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/CodeCoverage/amd64/msdia140.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/CodeCoverage/amd64/msdia140.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/CodeCoverage/codecoveragemessages.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/CodeCoverage/codecoveragemessages.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/CodeCoverage/covrun32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/CodeCoverage/covrun32.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/CodeCoverage/msdia140.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/CodeCoverage/msdia140.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/FParsec.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/FParsec.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/FParsecCS.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/FParsecCS.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/FSharp.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/FSharp.Core.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/FsOptParse.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/FsOptParse.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/FsReadLine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/FsReadLine.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/Microsoft.CodeCoverage.props: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/Microsoft.CodeCoverage.props -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/Microsoft.CodeCoverage.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/Microsoft.CodeCoverage.targets -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/Microsoft.Extensions.FileSystemGlobbing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/Microsoft.Extensions.FileSystemGlobbing.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/Microsoft.FSharpLu.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/Microsoft.FSharpLu.Json.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/Microsoft.TestPlatform.CommunicationUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/Microsoft.TestPlatform.CommunicationUtilities.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/Microsoft.TestPlatform.CoreUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/Microsoft.TestPlatform.CoreUtilities.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/Microsoft.TestPlatform.CrossPlatEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/Microsoft.TestPlatform.CrossPlatEngine.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/Microsoft.TestPlatform.PlatformAbstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/Microsoft.TestPlatform.PlatformAbstractions.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/Microsoft.TestPlatform.Utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/Microsoft.TestPlatform.Utilities.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/Microsoft.VisualStudio.CodeCoverage.Shim.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/Microsoft.VisualStudio.CodeCoverage.Shim.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/Microsoft.VisualStudio.TestPlatform.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/Microsoft.VisualStudio.TestPlatform.Common.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/Microsoft.VisualStudio.TestPlatform.TestFramework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/Microsoft.VisualStudio.TestPlatform.TestFramework.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/Microsoft.VisualStudio.TraceDataCollector.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/Microsoft.VisualStudio.TraceDataCollector.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/Mono.Cecil.Mdb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/Mono.Cecil.Mdb.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/Mono.Cecil.Pdb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/Mono.Cecil.Pdb.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/Mono.Cecil.Rocks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/Mono.Cecil.Rocks.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/Mono.Cecil.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/Mono.Cecil.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/System.Xml.XPath.XmlDocument.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/System.Xml.XPath.XmlDocument.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/b2r2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/b2r2.png -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/css/b2r2.base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/css/b2r2.base.css -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/css/b2r2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/css/b2r2.css -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/css/b2r2.footer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/css/b2r2.footer.css -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/css/b2r2.graph.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/css/b2r2.graph.css -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/css/b2r2.header.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/css/b2r2.header.css -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/css/b2r2.main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/css/b2r2.main.css -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/css/b2r2.modal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/css/b2r2.modal.css -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/css/b2r2.rotating.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/css/b2r2.rotating.css -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/css/b2r2.toast.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/css/b2r2.toast.css -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/css/bootstrap.min.css -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/css/fontawesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/css/fontawesome.min.css -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/css/images/ui-icons_444444_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/css/images/ui-icons_444444_256x240.png -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/css/images/ui-icons_555555_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/css/images/ui-icons_555555_256x240.png -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/css/images/ui-icons_777620_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/css/images/ui-icons_777620_256x240.png -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/css/images/ui-icons_777777_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/css/images/ui-icons_777777_256x240.png -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/css/images/ui-icons_cc0000_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/css/images/ui-icons_cc0000_256x240.png -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/css/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/css/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/css/jquery-ui.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/css/jquery-ui.min.css -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/css/jquery.contextMenu.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/css/jquery.contextMenu.min.css -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/favicon.ico -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/fonts/Inconsolata-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/fonts/Inconsolata-Bold.ttf -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/fonts/Inconsolata-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/fonts/Inconsolata-Regular.ttf -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/fonts/context-menu-icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/fonts/context-menu-icons.woff2 -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/fonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/fonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/fonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/fonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/fonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/fonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/index.html -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/js/b2r2.consts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/js/b2r2.consts.js -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/js/b2r2.flowgraph.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/js/b2r2.flowgraph.js -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/js/b2r2.graph.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/js/b2r2.graph.js -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/js/b2r2.header.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/js/b2r2.header.js -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/js/b2r2.hexgraph.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/js/b2r2.hexgraph.js -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/js/b2r2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/js/b2r2.js -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/js/b2r2.keyhandler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/js/b2r2.keyhandler.js -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/js/b2r2.minimap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/js/b2r2.minimap.js -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/js/b2r2.navbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/js/b2r2.navbar.js -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/js/b2r2.search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/js/b2r2.search.js -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/js/b2r2.side.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/js/b2r2.side.js -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/js/b2r2.svgdefs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/js/b2r2.svgdefs.js -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/js/b2r2.termgraph.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/js/b2r2.termgraph.js -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/js/b2r2.toast.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/js/b2r2.toast.js -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/js/b2r2.utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/js/b2r2.utils.js -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/js/b2r2.window.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/js/b2r2.window.js -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/js/bootstrap.min.js -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/js/d3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/js/d3.min.js -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/js/jquery-ui.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/js/jquery-ui.min.js -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/js/jquery.contextMenu.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/js/jquery.contextMenu.min.js -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/js/jquery.mark.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/js/jquery.mark.min.js -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/WebUI/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/WebUI/js/jquery.min.js -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/coverlet.collector.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/coverlet.collector.deps.json -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/coverlet.collector.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/coverlet.collector.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/coverlet.collector.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/coverlet.collector.pdb -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/coverlet.collector.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/coverlet.collector.targets -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/coverlet.core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/coverlet.core.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/coverlet.core.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/coverlet.core.pdb -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/cs/FSharp.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/cs/FSharp.Core.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/cs/Microsoft.VisualStudio.TraceDataCollector.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/cs/Microsoft.VisualStudio.TraceDataCollector.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/de/FSharp.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/de/FSharp.Core.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/de/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/de/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/de/Microsoft.VisualStudio.TraceDataCollector.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/de/Microsoft.VisualStudio.TraceDataCollector.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/es/FSharp.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/es/FSharp.Core.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/es/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/es/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/es/Microsoft.VisualStudio.TraceDataCollector.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/es/Microsoft.VisualStudio.TraceDataCollector.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/fr/FSharp.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/fr/FSharp.Core.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/fr/Microsoft.VisualStudio.TraceDataCollector.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/fr/Microsoft.VisualStudio.TraceDataCollector.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/it/FSharp.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/it/FSharp.Core.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/it/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/it/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/it/Microsoft.VisualStudio.TraceDataCollector.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/it/Microsoft.VisualStudio.TraceDataCollector.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/ja/FSharp.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/ja/FSharp.Core.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/ja/Microsoft.VisualStudio.TraceDataCollector.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/ja/Microsoft.VisualStudio.TraceDataCollector.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/ko/FSharp.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/ko/FSharp.Core.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/ko/Microsoft.VisualStudio.TraceDataCollector.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/ko/Microsoft.VisualStudio.TraceDataCollector.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/pl/FSharp.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/pl/FSharp.Core.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/pl/Microsoft.VisualStudio.TraceDataCollector.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/pl/Microsoft.VisualStudio.TraceDataCollector.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/pt-BR/FSharp.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/pt-BR/FSharp.Core.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/pt-BR/Microsoft.VisualStudio.TraceDataCollector.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/pt-BR/Microsoft.VisualStudio.TraceDataCollector.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/ru/FSharp.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/ru/FSharp.Core.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/ru/Microsoft.VisualStudio.TraceDataCollector.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/ru/Microsoft.VisualStudio.TraceDataCollector.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/testhost.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/testhost.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/tr/FSharp.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/tr/FSharp.Core.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/tr/Microsoft.VisualStudio.TraceDataCollector.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/tr/Microsoft.VisualStudio.TraceDataCollector.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/zh-Hans/FSharp.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/zh-Hans/FSharp.Core.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/zh-Hans/Microsoft.VisualStudio.TraceDataCollector.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/zh-Hans/Microsoft.VisualStudio.TraceDataCollector.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/zh-Hant/FSharp.Core.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/zh-Hant/FSharp.Core.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/B2R2-build/zh-Hant/Microsoft.VisualStudio.TraceDataCollector.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/B2R2-build/zh-Hant/Microsoft.VisualStudio.TraceDataCollector.resources.dll -------------------------------------------------------------------------------- /DLLAnalysis/DLLAnalysis.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/DLLAnalysis.sln -------------------------------------------------------------------------------- /DLLAnalysis/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/Makefile -------------------------------------------------------------------------------- /DLLAnalysis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/README.md -------------------------------------------------------------------------------- /DLLAnalysis/WinHeader/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/WinHeader/.gitignore -------------------------------------------------------------------------------- /DLLAnalysis/WinHeader/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/WinHeader/Makefile -------------------------------------------------------------------------------- /DLLAnalysis/WinHeader/WinHeader.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/WinHeader/WinHeader.sln -------------------------------------------------------------------------------- /DLLAnalysis/WinHeader/src/APIMap.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/WinHeader/src/APIMap.fs -------------------------------------------------------------------------------- /DLLAnalysis/WinHeader/src/ArgType.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/WinHeader/src/ArgType.fs -------------------------------------------------------------------------------- /DLLAnalysis/WinHeader/src/CAnnot.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/WinHeader/src/CAnnot.fs -------------------------------------------------------------------------------- /DLLAnalysis/WinHeader/src/CFunction.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/WinHeader/src/CFunction.fs -------------------------------------------------------------------------------- /DLLAnalysis/WinHeader/src/CLexer.fsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/WinHeader/src/CLexer.fsl -------------------------------------------------------------------------------- /DLLAnalysis/WinHeader/src/CParser.fsy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/WinHeader/src/CParser.fsy -------------------------------------------------------------------------------- /DLLAnalysis/WinHeader/src/CPrimitives.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/WinHeader/src/CPrimitives.fs -------------------------------------------------------------------------------- /DLLAnalysis/WinHeader/src/CType.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/WinHeader/src/CType.fs -------------------------------------------------------------------------------- /DLLAnalysis/WinHeader/src/Constants.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/WinHeader/src/Constants.fs -------------------------------------------------------------------------------- /DLLAnalysis/WinHeader/src/Ctags.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/WinHeader/src/Ctags.fs -------------------------------------------------------------------------------- /DLLAnalysis/WinHeader/src/ExtractFunction.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/WinHeader/src/ExtractFunction.fs -------------------------------------------------------------------------------- /DLLAnalysis/WinHeader/src/ExtractType.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/WinHeader/src/ExtractType.fs -------------------------------------------------------------------------------- /DLLAnalysis/WinHeader/src/FindCFunction.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/WinHeader/src/FindCFunction.fs -------------------------------------------------------------------------------- /DLLAnalysis/WinHeader/src/FindCType.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/WinHeader/src/FindCType.fs -------------------------------------------------------------------------------- /DLLAnalysis/WinHeader/src/FuncType.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/WinHeader/src/FuncType.fs -------------------------------------------------------------------------------- /DLLAnalysis/WinHeader/src/Main.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/WinHeader/src/Main.fs -------------------------------------------------------------------------------- /DLLAnalysis/WinHeader/src/SizeSpec.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/WinHeader/src/SizeSpec.fs -------------------------------------------------------------------------------- /DLLAnalysis/WinHeader/src/TypeHelper.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/WinHeader/src/TypeHelper.fs -------------------------------------------------------------------------------- /DLLAnalysis/WinHeader/src/Utils.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/WinHeader/src/Utils.fs -------------------------------------------------------------------------------- /DLLAnalysis/WinHeader/src/WinHeader.fsproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/WinHeader/src/WinHeader.fsproj -------------------------------------------------------------------------------- /DLLAnalysis/scripts/run_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/scripts/run_all.sh -------------------------------------------------------------------------------- /DLLAnalysis/scripts/run_dummy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/scripts/run_dummy.sh -------------------------------------------------------------------------------- /DLLAnalysis/scripts/run_eval.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/scripts/run_eval.sh -------------------------------------------------------------------------------- /DLLAnalysis/scripts/run_on_18_Apr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/scripts/run_on_18_Apr.sh -------------------------------------------------------------------------------- /DLLAnalysis/scripts/run_on_20_Jan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/scripts/run_on_20_Jan.sh -------------------------------------------------------------------------------- /DLLAnalysis/src/Analysis/AbstractInterpretation.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Analysis/AbstractInterpretation.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Analysis/Modular.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Analysis/Modular.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Analysis/Typedef.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Analysis/Typedef.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/CodeGenerate/CodeGenerate.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/CodeGenerate/CodeGenerate.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/CodeGenerate/ConstDef.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/CodeGenerate/ConstDef.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/CodeGenerate/Convention.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/CodeGenerate/Convention.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/CodeGenerate/HookerCode.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/CodeGenerate/HookerCode.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/CodeGenerate/HookerFunc.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/CodeGenerate/HookerFunc.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/CodeGenerate/RegisterFunc.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/CodeGenerate/RegisterFunc.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/CodeGenerate/Typedefs.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/CodeGenerate/Typedefs.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Core/APISchema.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Core/APISchema.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Core/BinTypes.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Core/BinTypes.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Core/Const.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Core/Const.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Core/Extension.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Core/Extension.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Core/IntTypes.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Core/IntTypes.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Core/Optimize.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Core/Optimize.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Core/PESymbol.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Core/PESymbol.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Core/RedirectMap.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Core/RedirectMap.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Core/Stub.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Core/Stub.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Core/Subroutine.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Core/Subroutine.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Core/Symbol.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Core/Symbol.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Core/Utils.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Core/Utils.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Core/WinAPI.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Core/WinAPI.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/DLLAnalysis.fsproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/DLLAnalysis.fsproj -------------------------------------------------------------------------------- /DLLAnalysis/src/DataFlow/BackwardState.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/DataFlow/BackwardState.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/DataFlow/DFA.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/DataFlow/DFA.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/DataFlow/DataFlow.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/DataFlow/DataFlow.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/DataFlow/FootPrint.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/DataFlow/FootPrint.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/DataFlow/ForwardState.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/DataFlow/ForwardState.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Debug/Debug.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Debug/Debug.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Domain/AbsInt.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Domain/AbsInt.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Domain/AbsLoc.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Domain/AbsLoc.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Domain/AbsMem.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Domain/AbsMem.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Domain/AbsVal.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Domain/AbsVal.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Domain/FlatInt.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Domain/FlatInt.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Domain/Function.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Domain/Function.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Domain/Functor.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Domain/Functor.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Domain/LocSymMap.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Domain/LocSymMap.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Domain/PPoint.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Domain/PPoint.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Domain/Pruning.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Domain/Pruning.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Domain/Record.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Domain/Record.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Domain/RegMap.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Domain/RegMap.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Domain/Register.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Domain/Register.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Domain/Relation.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Domain/Relation.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Domain/Signature.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Domain/Signature.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Domain/State.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Domain/State.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Domain/TypeConstr.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Domain/TypeConstr.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Domain/Width.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Domain/Width.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Domain/Wrapper.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Domain/Wrapper.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Domain/absDom_ifc.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Domain/absDom_ifc.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/FrontEnd/BasicBlock.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/FrontEnd/BasicBlock.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/FrontEnd/BinInfo.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/FrontEnd/BinInfo.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/FrontEnd/CFG.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/FrontEnd/CFG.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/FrontEnd/CallGraph.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/FrontEnd/CallGraph.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/FrontEnd/CallGraphAnalysis.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/FrontEnd/CallGraphAnalysis.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/FrontEnd/ImportMap.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/FrontEnd/ImportMap.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/FrontEnd/Parse.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/FrontEnd/Parse.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/FrontEnd/SCC.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/FrontEnd/SCC.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/FrontEnd/StubAnalysis.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/FrontEnd/StubAnalysis.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Main/Main.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Main/Main.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Semantics/Assign.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Semantics/Assign.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Semantics/Call.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Semantics/Call.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Semantics/CondJump.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Semantics/CondJump.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Semantics/Encoding.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Semantics/Encoding.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Semantics/Evaluate.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Semantics/Evaluate.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Semantics/Execute.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Semantics/Execute.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Semantics/MemFunc.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Semantics/MemFunc.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Summary/ArgSize.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Summary/ArgSize.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Summary/Constraints.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Summary/Constraints.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Summary/Helper.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Summary/Helper.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Summary/SideEffect.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Summary/SideEffect.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Summary/Substitution.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Summary/Substitution.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Summary/Summary.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Summary/Summary.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Summary/SysArg.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Summary/SysArg.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/Summary/Syscall.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/Summary/Syscall.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/TypeInference/DecideType.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/TypeInference/DecideType.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/TypeInference/Distort.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/TypeInference/Distort.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/TypeInference/Primitives.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/TypeInference/Primitives.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/TypeInference/SelectMajority.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/TypeInference/SelectMajority.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/TypeInference/Statistics.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/TypeInference/Statistics.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/TypeInference/Summarize.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/TypeInference/Summarize.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/TypeInference/TypeInference.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/TypeInference/TypeInference.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/TypeInference/TypeMap.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/TypeInference/TypeMap.fs -------------------------------------------------------------------------------- /DLLAnalysis/src/TypeInference/TypeSpec.fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/DLLAnalysis/src/TypeInference/TypeSpec.fs -------------------------------------------------------------------------------- /Hooker/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/.gitignore -------------------------------------------------------------------------------- /Hooker/Common/Const.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Common/Const.h -------------------------------------------------------------------------------- /Hooker/Driver/Hooker.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/Hooker.inf -------------------------------------------------------------------------------- /Hooker/Driver/Hooker.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/Hooker.vcxproj -------------------------------------------------------------------------------- /Hooker/Driver/Hooker.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/Hooker.vcxproj.filters -------------------------------------------------------------------------------- /Hooker/Driver/inc/Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/inc/Config.h -------------------------------------------------------------------------------- /Hooker/Driver/inc/Descriptor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/inc/Descriptor.h -------------------------------------------------------------------------------- /Hooker/Driver/inc/GeneralHooker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/inc/GeneralHooker.h -------------------------------------------------------------------------------- /Hooker/Driver/inc/Hooking.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/inc/Hooking.h -------------------------------------------------------------------------------- /Hooker/Driver/inc/HookingHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/inc/HookingHelper.h -------------------------------------------------------------------------------- /Hooker/Driver/inc/Log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/inc/Log.h -------------------------------------------------------------------------------- /Hooker/Driver/inc/LogInput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/inc/LogInput.h -------------------------------------------------------------------------------- /Hooker/Driver/inc/LogOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/inc/LogOutput.h -------------------------------------------------------------------------------- /Hooker/Driver/inc/Mutate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/inc/Mutate.h -------------------------------------------------------------------------------- /Hooker/Driver/inc/Poison.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/inc/Poison.h -------------------------------------------------------------------------------- /Hooker/Driver/inc/ProcessHooker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/inc/ProcessHooker.h -------------------------------------------------------------------------------- /Hooker/Driver/inc/SSDT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/inc/SSDT.h -------------------------------------------------------------------------------- /Hooker/Driver/inc/State.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/inc/State.h -------------------------------------------------------------------------------- /Hooker/Driver/inc/Type/ArgType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/inc/Type/ArgType.h -------------------------------------------------------------------------------- /Hooker/Driver/inc/Type/ArraySize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/inc/Type/ArraySize.h -------------------------------------------------------------------------------- /Hooker/Driver/inc/Type/Macro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/inc/Type/Macro.h -------------------------------------------------------------------------------- /Hooker/Driver/inc/Type/ParseHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/inc/Type/ParseHelper.h -------------------------------------------------------------------------------- /Hooker/Driver/inc/Type/SyscallType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/inc/Type/SyscallType.h -------------------------------------------------------------------------------- /Hooker/Driver/inc/Type/Typedef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/inc/Type/Typedef.h -------------------------------------------------------------------------------- /Hooker/Driver/src/Driver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/src/Driver.cpp -------------------------------------------------------------------------------- /Hooker/Driver/src/Hooking.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/src/Hooking.cpp -------------------------------------------------------------------------------- /Hooker/Driver/src/HookingHelper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/src/HookingHelper.cpp -------------------------------------------------------------------------------- /Hooker/Driver/src/Log.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/src/Log.cpp -------------------------------------------------------------------------------- /Hooker/Driver/src/LogInput.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/src/LogInput.cpp -------------------------------------------------------------------------------- /Hooker/Driver/src/LogOutput.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/src/LogOutput.cpp -------------------------------------------------------------------------------- /Hooker/Driver/src/Mutate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/src/Mutate.cpp -------------------------------------------------------------------------------- /Hooker/Driver/src/Poison.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/src/Poison.cpp -------------------------------------------------------------------------------- /Hooker/Driver/src/ProcessHooker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/src/ProcessHooker.cpp -------------------------------------------------------------------------------- /Hooker/Driver/src/SSDT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/src/SSDT.cpp -------------------------------------------------------------------------------- /Hooker/Driver/src/State.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/src/State.cpp -------------------------------------------------------------------------------- /Hooker/Driver/src/Type/ArgType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/src/Type/ArgType.cpp -------------------------------------------------------------------------------- /Hooker/Driver/src/Type/ArraySize.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/src/Type/ArraySize.cpp -------------------------------------------------------------------------------- /Hooker/Driver/src/Type/ParseHelper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/src/Type/ParseHelper.cpp -------------------------------------------------------------------------------- /Hooker/Driver/src/Type/SyscallType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Driver/src/Type/SyscallType.cpp -------------------------------------------------------------------------------- /Hooker/Hooker.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/Hooker.sln -------------------------------------------------------------------------------- /Hooker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/README.md -------------------------------------------------------------------------------- /Hooker/User/Controller.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/User/Controller.cpp -------------------------------------------------------------------------------- /Hooker/User/Controller.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/User/Controller.vcxproj -------------------------------------------------------------------------------- /Hooker/User/Controller.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/User/Controller.vcxproj.filters -------------------------------------------------------------------------------- /Hooker/User/ModuleInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Hooker/User/ModuleInfo.h -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Launcher/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Launcher/README.md -------------------------------------------------------------------------------- /Launcher/apps/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Launcher/apps/__init__.py -------------------------------------------------------------------------------- /Launcher/apps/app_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Launcher/apps/app_info.py -------------------------------------------------------------------------------- /Launcher/apps/awatch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Launcher/apps/awatch.py -------------------------------------------------------------------------------- /Launcher/apps/chess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Launcher/apps/chess.py -------------------------------------------------------------------------------- /Launcher/apps/dxdiag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Launcher/apps/dxdiag.py -------------------------------------------------------------------------------- /Launcher/apps/ppt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Launcher/apps/ppt.py -------------------------------------------------------------------------------- /Launcher/apps/sniffer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Launcher/apps/sniffer.py -------------------------------------------------------------------------------- /Launcher/apps/sumatra.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Launcher/apps/sumatra.py -------------------------------------------------------------------------------- /Launcher/apps/unity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Launcher/apps/unity.py -------------------------------------------------------------------------------- /Launcher/apps/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Launcher/apps/utils.py -------------------------------------------------------------------------------- /Launcher/apps/wordpad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Launcher/apps/wordpad.py -------------------------------------------------------------------------------- /Launcher/hooker32.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Launcher/hooker32.py -------------------------------------------------------------------------------- /Launcher/run32.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/Launcher/run32.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SoftSec-KAIST/NTFuzz/HEAD/README.md --------------------------------------------------------------------------------