Hello,
In inspect I could modify a register, e.g.:
m reg ra = 0
In xinspect i wish to modify the contents of this register:
(xInspect 2,1326): info registers rsi
rsi 0x31 49
is this possible? What is the command?
Thanks!
Luke
On 2/3/2022 7:16 AM, lukef wrote:
Hello,
In inspect I could modify a register, e.g.:
m reg ra = 0
In xinspect i wish to modify the contents of this register:
(xInspect 2,1326): info registers rsi
rsi 0x31 49
is this possible? What is the command?
Thanks!Try
Luke
set $rsi = 0
On Thursday, February 3, 2022 at 4:12:52 PM UTC, red floyd wrote:
On 2/3/2022 7:16 AM, lukef wrote:
Hello,
In inspect I could modify a register, e.g.:
m reg ra = 0
In xinspect i wish to modify the contents of this register:
(xInspect 2,1326): info registers rsi
rsi 0x31 49
is this possible? What is the command?
Thanks!Try
Luke
set $rsi = 0(xInspect 2,1326):set $rsi 48
A syntax error in expression, near `48'.
(xInspect 2,1326):set $rsi 0x30
A syntax error in expression, near `0x30'.
On Thursday, February 3, 2022 at 4:12:52 PM UTC, red floyd wrote:
On 2/3/2022 7:16 AM, lukef wrote:
Hello,Try
In inspect I could modify a register, e.g.:
m reg ra = 0
In xinspect i wish to modify the contents of this register:
(xInspect 2,1326): info registers rsi
rsi 0x31 49
is this possible? What is the command?
Thanks!
Luke
set $rsi = 0
(xInspect 2,1326):set $rsi 48
A syntax error in expression, near `48'.
(xInspect 2,1326):set $rsi 0x30
A syntax error in expression, near `0x30'.
On 2/3/2022 8:25 AM, lukef wrote:
On Thursday, February 3, 2022 at 4:12:52 PM UTC, red floyd wrote:
On 2/3/2022 7:16 AM, lukef wrote:
Hello,Try
In inspect I could modify a register, e.g.:
m reg ra = 0
In xinspect i wish to modify the contents of this register:
(xInspect 2,1326): info registers rsi
rsi 0x31 49
is this possible? What is the command?
Thanks!
Luke
set $rsi = 0
(xInspect 2,1326):set $rsi 48
A syntax error in expression, near `48'.
(xInspect 2,1326):set $rsi 0x30As Randall said, you're missing the equals sign.
A syntax error in expression, near `0x30'.
set $rsi = 0
| Sysop: | Keyop |
|---|---|
| Location: | Huddersfield, West Yorkshire, UK |
| Users: | 715 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 163:04:49 |
| Calls: | 12,095 |
| Calls today: | 3 |
| Files: | 15,000 |
| Messages: | 6,517,783 |