Coder Social home page Coder Social logo

nanomite's Introduction

#Nanomite - Graphical Debugger for x64 and x86 on Windows

Features

  • Debugging x86 and x64 (+ WOW64) processes
  • Breakpoints
    • Software (Int3)
    • Memory (Page Guard)
    • Hardware (DR CPU Regs)
  • Step In
  • Step Over
  • Step Out
  • Step back to user code
  • Attaching
  • Detaching
  • Single Step Tracing
  • Supporting child processes
  • Supporting multithreading
  • Display source code (if found)
  • Detailed view of:
    • disassembly
    • windows
    • handles
    • debug strings
    • threads
    • (child)processes
    • exceptions
    • loaded modules
    • strings
    • callstack
    • stack
    • memory
    • heap
    • cpu registers
    • functions
    • pe header

Changelog

###Version 0.1 beta 11

  • fixed a bug in options which didn´t save the correct settings
  • fixed display of exceptions if no symbols have been found
  • fixed a bug which made register editor not working in x64
  • fixed a bug which displayed wrong modules in window view
  • fixed a bug which didn´t display exceptions if a breakpoint was set on this offset
  • fixed a bug in disassembler which may caused application crashes due to wrong memory protection
  • fixed a possible crash in context menus
  • fixed display of the offset in string view
  • fixed unvalid breakpoint offsets caused by alsr
  • improvements on AttachDlg
  • added cleanup on debugge termination
  • added process patching
  • added more context menus to DetailView
  • added display of mainthread in DetailView
  • added F5 Hotkey to reload some views
  • added possibility to save debug log to file
  • added possibility to copy data to clipboard
  • added possibility to break on new Processes, Threads or DLL loads
  • added dockable widgets to the mainview
  • added save of window sizes and positions on close

####Notes: - You have now the possibility to patch the memory of a process. Currently it is not possible to save the changes to disk but this will be integrated also. - Some context menus offer the possibility to copy the data from the table to the clipboard

###For the full changelog click here

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.