Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full Featured Debugger #17

Open
12 tasks
kiwidoggie opened this issue May 17, 2021 · 0 comments
Open
12 tasks

Full Featured Debugger #17

kiwidoggie opened this issue May 17, 2021 · 0 comments
Labels
Debugger help wanted Extra attention is needed

Comments

@kiwidoggie
Copy link
Owner

In order to facilitate all of the functionality that's required for this debugger there's a bunch of things that need to be laid out so we don't get lost.

These commands will need to be handled either by the debugger, or by Mira utility

  • ReadProcessMemory
  • WriteProcessMemory
  • Software Breakpoints
  • Hardware Breakpoints
  • Memory Range Iteration
  • Memory Range Protection
  • Scanning Data Only
  • Scanning Text Only
  • Handling signals
  • Sending signals
  • Per-thread information
  • Per-proc information
@kiwidoggie kiwidoggie added Debugger help wanted Extra attention is needed labels May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Debugger help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant