x64dbgpylib icon indicating copy to clipboard operation
x64dbgpylib copied to clipboard

State of support for mona commands

Open wangray opened this issue 8 years ago • 0 comments

I tried out all the Mona commands using latest snapshot (2017-11-20) of x64dbg and latest release of x64dbgpy. Fixed some minor issues, but some commands that should be implemented cause x64dbg to hang.

Works, but has performance issues:

  • [ ] rop
  • [ ] compare
  • [ ] hidedebug
  • [ ] fwptr

Correctness bugs:

  • [ ] breakpoint — Issue in x64dbg https://github.com/x64dbg/x64dbg/issues/1823

Not yet tested:

  • [ ] suggest — Should produce a metasploit module, can someone test?
  • [ ] skeleton — not a Metasploit user, unsure about this one

Mona WinDBG-specific Commands ( haven't checked these)

  • [ ] calltrace
  • [ ] fillchunk
  • [ ] dumpobj
  • [ ] dumplog
  • [ ] changeacl
  • [ ] allocmem
  • [ ] tobp
  • [ ] flow

Supported:

  • [x] kb
  • [x] heap
  • [x] nosafesehaslr
  • [x] noaslr
  • [x] seh
  • [x] config
  • [x] jmp
  • [x] ropfunc
  • [x] jop
  • [x] stackpivot
  • [x] modules
  • [x] filecompare
  • [x] pattern_create
  • [x] pattern_offset
  • [x] find
  • [x] findwild
  • [x] assemble
  • [x] info
  • [x] dump
  • [x] offset
  • [x] nosafeseh
  • [x] findmsp
  • [x] bytearray
  • [x] header
  • [x] getpc
  • [x] egghunter
  • [x] stacks
  • [x] breakfunc
  • [x] getiat
  • [x] geteat
  • [x] pageacl
  • [x] bpseh
  • [x] encode
  • [x] unicodealign
  • [x] sehchain
  • [x] gflags
  • [x] infodump
  • [x] peb
  • [x] teb
  • [x] string
  • [x] copy
  • [x] ?
  • [x] deferbp

Commented out in mona

  • [ ] #diffheap
  • [ ] #heapcookie

wangray avatar Nov 26 '17 19:11 wangray