Description: N-Coverage IDA Plugin and stand-alone Application
N-Coverage consists of two parts: first of all there is the main stand-alone application which uses a custom debugging engine to place breakpoints into a given process in order to record execution of functions during runtime. Function addresses are obtained from the IDA plugin which uses the IDA disassembler to spot function boundaries in the loaded binary.
While N-Coverage is running, all function hits are recorded and can be merged or diffed with other recordings, finally yielding a set of hits which can then be exported to a file. This final set is then again imported into IDA and the plugin shows a list of functions and/or assigns a user specified color to all functions contained in the set.
To Search:
File list (Check if you may need any files):
N-Coverage Plugin\N-Coverage Plugin.cpp
.................\N-Coverage Plugin.h
.................\N-Coverage Plugin.sln
.................\NTHeader.cpp
.................\NTHeader.h
.................\vcsample.dsp
.................\vcsample.dsw
.................\vcsample.vcproj
BreakPointInjector\BreakPointInjector.cpp
..................\BreakPointInjector.h
ManagedDbgWrapper\app.ico
.................\app.rc
.................\AssemblyInfo.cpp
.................\ManagedDbgWrapper.cpp
.................\ManagedDbgWrapper.h
.................\ManagedDbgWrapper.vcproj
.................\ManagedDbgWrapper.vcproj.VOLTRON.octon.user
.................\resource.h
N-Coverage Plugin
BreakPointInjector
ManagedDbgWrapper
N-Coverage\AddRecordingForm.cs
..........\AddRecordingForm.Designer.cs
..........\AddRecordingForm.resx
..........\app.ico
..........\CodeCoverage\CodeCoverage.cs
..........\............\HitCollection.cs
..........\............\Module.cs
..........\............\Recording.cs
..........\MainForm.cs
..........\MainForm.Designer.cs
..........\MainForm.resx
..........\N-Coverage.csproj
..........\N-Coverage.sln
..........\Program.cs
..........\...perties\AssemblyInfo.cs
..........\..........\Resources.Designer.cs
..........\..........\Resources.resx
..........\..........\Settings.Designer.cs
..........\..........\Settings.settings
..........\Resources\DataContainer_NewRecordHS.png
..........\.........\document.ico
..........\.........\Filter2.bmp
..........\.........\folderopen.ico
..........\.........\gear_1.bmp
..........\.........\idr_dll.ico
..........\.........\idr_dll1.ico
..........\.........\NewDocument.bmp
..........\.........\none.ico
..........\.........\openHS.png
..........\.........\otheroptions.ico
..........\.........\PlayHS.png
..........\.........\RecordHS.png
..........\.........\RefreshDocView.bmp
..........\.........\RefreshDocViewHS.png
..........\.........\Run.bmp
..........\.........\Run1.bmp
..........\.........\saveHS.png
..........\.........\search.ico
..........\.........\servicerunning.ico
..........\.........\Stop.bmp
..........\.........\StopHS.png
..........\.........\ZoomHS.png
..........\CodeCoverage
..........\Properties
..........\Resources
N-Coverage