ermmm, I know the diff. between hard patches and soft patches. I know you patch it in memory, that's the whole purpose of any loader. And that's also why I said to use _memory_ offset (RVA, Relative Virtual Address) and not _file_ offset.
quote:
Originally posted by The Boss
no iam not using XOR
In case of confussion, I don't mean explicitly XOR, but the same method used by XOR: "swapping" bytes:
If byte = "A" then
byte = B
ElseIf byte = "B" then
byte = A
EndIf
quote:
Originally posted by The Boss
NOTE: Still this loader will do its job after any kind of ploygamy or other multimsn methoded coded patches
nope it doesn't, sorry...