Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dshikashio committed Mar 13, 2022
1 parent 11fddec commit eed8fbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_target.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ def test_base_functions(self):
self.dbg.r()
self.dbg.address()
self.dbg.disasm()
self.dbg.handles()
#self.dbg.handles()
self.dbg.threads()
#self.dbg.teb()
#self.dbg.peb()
self.dbg.teb()
self.dbg.peb()
self.dbg.backtrace()
self.dbg.lm()
self.dbg.imports('target')
Expand Down

0 comments on commit eed8fbc

Please sign in to comment.