Jump to content
Nytro

Nanomite - Graphical Debugger for x64 and x86 on Windows

Recommended Posts

[h=1]Nanomite - Graphical Debugger for x64 and x86 on Windows[/h]

[h=2]Changelog[/h] [h=3]Version 0.1 beta 7[/h]

  • fixed some small handling bugs
  • fixed a bug in disassembler which did not replace old protection on memory after disassembling
  • fixed a bug which did not show terminated processes in DetailView
  • fixed a bug which did not show terminated threads in DetailView
  • fixed a bug which did not clean up memory on manual debugge stop
  • improved DB handler
  • added resolve of jump conditions to improve StepOver
  • added "Return" and "Backspace" Hotkey to navigate in Disassembler
  • added "Clear Log" context menu in LogBox
  • added "Show Source" context menu in Disassembler
  • added "Goto Function" context menu in Callstack
  • added a crash handler
  • added Source Viewer
  • added memory pool for performance improvment and memory leak reduction
  • added mouse scrolling in disassembler and stack
  • added direkt run of target after using menu to select a file

Cod sursa:

https://github.com/zer0fl4g/Nanomite

Link to comment
Share on other sites

Beta 12 has been recently released.

Changelog

Version 0.1 beta 12

  • fixed scrollbar in trace view
  • fixed a possible crash in disassembler
  • fixed a memory leak in the window settings
  • fixed a memory leak in dll and process name receiving
  • fixed a memory leak in trace view
  • fixed display of ascii strings in ascii view
  • fixed a bug which could cause wrong run to user code if debugging more than one process
  • fixed a bug which lead to incorrect restarts on slow systems
  • fixed a bug which caused double calling of some functions in context menus
  • fixed a bug in hex view which may showed wrong data
  • fixed a bug in heap view which caused a crash when copying the whole line to clipboard
  • added PatchManager
  • added process privilege view
  • added commandline options
  • added possibility to set process priorities
  • added possibility to set memory protection
  • added display of current priority in detail view - context menu
  • added display of segment registers in reg view
  • added background worker to string view, hex view and functions view
  • removed processes we can´t access from the attach dialog

Notes:

- Patches can be saved to file (only on the debugged one)

- In the memory view you can set the protection of a page using the context menu

- Commandline options

- "-s": specifies a file

- "-c": specifies the commandline for the target if not given you will be asked later

- "-p": attachs to the given pid

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...