[DiscordArchive] <@!376821416105869315> yo fuckhead, what's the OpCode of the terrain swap function called?
[DiscordArchive] <@!376821416105869315> yo fuckhead, what's the OpCode of the terrain swap function called?
Archived author: Kaev • Posted: 2019-12-16T22:01:17.970000+00:00
Original source
Awesome Would you go so far and might create an example how i'd call that function from "outside"?
Archived author: Azarchius • Posted: 2019-12-16T22:02:56.433000+00:00
Original source
There are many ways to do so.
Archived author: Azarchius • Posted: 2019-12-16T22:03:16.340000+00:00
Original source
Most straightforward way would be calling from an injected dll, I suppose, but not sure.
Archived author: Kaev • Posted: 2019-12-16T22:04:09.907000+00:00
Original source
Hardest part is probably finding the correct arguments
Archived author: Kaev • Posted: 2019-12-16T22:04:31.126000+00:00
Original source
Or doesn't it take any?
Archived author: Azarchius • Posted: 2019-12-16T22:07:54.688000+00:00
Original source
It certainly does, you'd need to tell it what to unload.
Archived author: Azarchius • Posted: 2019-12-16T22:07:58.747000+00:00
Original source
But you can figure that out with debugging.
Archived author: Azarchius • Posted: 2019-12-16T22:08:05.731000+00:00
Original source
It's trivial in WotLK since there's no anti-debugging measures.
Archived author: Kaev • Posted: 2019-12-16T22:12:43.829000+00:00
Original source
I'll save the informations you gave me and someday might try