You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./r2k -a 0x8469008 -i 3 -b 50 -p 13453 -o c
ioctl: IOCTL_READ_LINEAR_ADDR
ioctl: addr 0x8469008
ioctl: 50 bytes
ioctl: pid (13453)
Reading 50 bytes at 0x8469008 from pid (13453)
ret: 0
ioctl err: Success
Got the state: addr: 0x846a000 - value: L o r e m I p s u m e s s i m p l e m e n t e e l t e x t o d e r e l l e n o d e
Write from a linear address
$ ./r2k -a 0x8469009 -i 4 -w somethingelsewasherebefore -p 13453 -o c
ioctl: IOCTL_WRITE_LINEAR_ADDR
ioctl: addr 0x8469008
ioctl: 26 bytes
ioctl: pid (13453)
Writing 26 bytes at 0x8469008 from pid (13453)
Str: somethingelsewasherebefore
ret: 0
ioctl err: Success
checking if we wrote at @addr
$ ./r2k -a 0x8469008 -i 3 -b 50 -p 13453 -o c
ioctl: IOCTL_READ_LINEAR_ADDR
ioctl: addr 0x8469008
ioctl: 50 bytes
ioctl: pid (13453)
Reading 50 bytes at 0x8469008 from pid (13453)
ret: 0
ioctl err: Success
Got the state: addr: 0x846a000 - value: s o m e t h i n g e l s e w a s h e r e b e f o r e e l t e x t o d e r e l l e n o d e