Nytro Posted March 12, 2013 Report Posted March 12, 2013 [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 bugsfixed a bug in disassembler which did not replace old protection on memory after disassemblingfixed a bug which did not show terminated processes in DetailViewfixed a bug which did not show terminated threads in DetailViewfixed a bug which did not clean up memory on manual debugge stopimproved DB handleradded resolve of jump conditions to improve StepOveradded "Return" and "Backspace" Hotkey to navigate in Disassembleradded "Clear Log" context menu in LogBoxadded "Show Source" context menu in Disassembleradded "Goto Function" context menu in Callstackadded a crash handleradded Source Vieweradded memory pool for performance improvment and memory leak reductionadded mouse scrolling in disassembler and stackadded direkt run of target after using menu to select a fileCod sursa:https://github.com/zer0fl4g/Nanomite Quote
En0mis Posted June 13, 2013 Report Posted June 13, 2013 Beta 12 has been recently released.ChangelogVersion 0.1 beta 12fixed scrollbar in trace viewfixed a possible crash in disassemblerfixed a memory leak in the window settingsfixed a memory leak in dll and process name receivingfixed a memory leak in trace viewfixed display of ascii strings in ascii viewfixed a bug which could cause wrong run to user code if debugging more than one processfixed a bug which lead to incorrect restarts on slow systemsfixed a bug which caused double calling of some functions in context menusfixed a bug in hex view which may showed wrong datafixed a bug in heap view which caused a crash when copying the whole line to clipboardadded PatchManageradded process privilege viewadded commandline optionsadded possibility to set process prioritiesadded possibility to set memory protectionadded display of current priority in detail view - context menuadded display of segment registers in reg viewadded background worker to string view, hex view and functions viewremoved processes we can´t access from the attach dialogNotes:- 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 Quote