RE: [FASM] CopyMem 12-01-2016, 01:39 AM
#7
(11-30-2016, 06:01 PM)bitm0de Wrote: The misleading thing here is that in most cases while debugging, IDA for instance will replace instances of memcpy with rep movsb, but I'm pretty  sure that is a conditional replacement if found that the memory regions do not contain addresses and offsets that interfere with each other. For the most part it's an optimization thing. Things like memmove do support overlapping memory blocks and won't invoke undefined behavior like memcpy will.Okay
thx for the info. i like learning new things once in while.
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)