gdb block memory copy

In gdb console can I execute a command to copy a memory block from address "a" to addres "b" ? Thank You

Reply to
Esquare
Loading thread data ...

Assuming your program is linked against libc and is not stripped, (gdb) call memcpy(b, a, )

Cheers,

--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
Reply to
Paul Pluzhnikov

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.