summary refs log tree commit diff stats
path: root/results/scraper/fex/86
blob: 1f05043061145c40373a68b8054be1f258bdefe5 (plain) (blame)
1
2
3
4
5
6
Implement code segment dumping
Related to #85.
Allow dumping of code from an arbitrary PC, storing relevant data to allow running standalone from the application executing.
Needs to store state like RIP, Allocated memory regions, Incoming state, outgoing state(?Might not be worth hassle), and potentially accessed memory region data
This will be useful for microbenching RA on large functions very specifically.
Ensuring runtime correctness of the ripped out code is something second to care about.