Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
pykd pykd
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 19
    • Issues 19
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • pykd
  • pykdpykd
  • Issues
  • #56

Closed
Open
Created Sep 07, 2019 by begin@end

How to monitor the execution instruction record of the specified memory area

such as:

moduleBase = 0x400000
moduleSize = 0x13000
# xip -> eip/rip
# ins -> Current xip assembly instructions
def ins_trace(Xip,Ins):
    if Xip >= moduleBase and Xip < (moduleBase + moduleSize):
        print(Xip, Ins)

        

Is there any callback can do it?


best regards

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking