spray icon indicating copy to clipboard operation
spray copied to clipboard

Implement more of the roadmap

Open thass0 opened this issue 1 year ago • 0 comments

A few notes on implementing potential roadmap features.

  • It would be cool if inlined function were allowed. As a place to start, there is a short mention of inlining in this post: "With inlining, for example, once we’ve found the function whose range contains our PC, we’ll need to recurse over the children of that DIE to see if there are any inlined functions which are a better match."
  • Add multi-word memory read and write using process_vm_readv(2). The implementation would live in src/registers.c.

thass0 avatar Jan 04 '24 11:01 thass0