Skip to content

Commit

Permalink
removed broken test code
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthTon committed Jun 7, 2020
1 parent fb44f59 commit b42d2ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Samples/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ void MapCmdFromMem();

int main( int /*argc*/, char* /*argv[]*/ )
{
blackbone::Process _process;
_ASSERT( NT_SUCCESS( _process.Attach( GetCurrentProcess() ) ) );
auto m = _process.modules().GetMainModule();

// List all process PIDs matching name
auto pids = Process::EnumByName( L"explorer.exe" );

Expand Down

0 comments on commit b42d2ab

Please sign in to comment.