Forums WoW Modding Support Archives TrinityCore Discord Archives [DiscordArchive] so... jumpouts just garbage, or ?

[DiscordArchive] so... jumpouts just garbage, or ?

[DiscordArchive] so... jumpouts just garbage, or ?

rektbyfaith
Administrator
0
10-17-2025, 02:33 PM
#1
Archived author: moJIto_ice • Posted: 2025-10-17T14:33:00.939000+00:00
Original source

so... jumpouts just garbage, or ?
rektbyfaith
10-17-2025, 02:33 PM #1

Archived author: moJIto_ice • Posted: 2025-10-17T14:33:00.939000+00:00
Original source

so... jumpouts just garbage, or ?

rektbyfaith
Administrator
0
10-17-2025, 02:33 PM
#2
Archived author: MaxtorCoder • Posted: 2025-10-17T14:33:56.538000+00:00
Original source

I mean it leads to broken ASM code, so it can be useful sometimes, but mostly trash,
rektbyfaith
10-17-2025, 02:33 PM #2

Archived author: MaxtorCoder • Posted: 2025-10-17T14:33:56.538000+00:00
Original source

I mean it leads to broken ASM code, so it can be useful sometimes, but mostly trash,

rektbyfaith
Administrator
0
10-17-2025, 02:45 PM
#3
Archived author: Fabian • Posted: 2025-10-17T14:45:31.422000+00:00
Original source

Why do you even have that tool
rektbyfaith
10-17-2025, 02:45 PM #3

Archived author: Fabian • Posted: 2025-10-17T14:45:31.422000+00:00
Original source

Why do you even have that tool

rektbyfaith
Administrator
0
10-17-2025, 02:47 PM
#4
Archived author: moJIto_ice • Posted: 2025-10-17T14:47:23.433000+00:00
Original source

have? i dont. just wanna learn smthng, and look into code which can be decompilled fine, without garbage, so... trying to create some script for fixing that shit in idb
rektbyfaith
10-17-2025, 02:47 PM #4

Archived author: moJIto_ice • Posted: 2025-10-17T14:47:23.433000+00:00
Original source

have? i dont. just wanna learn smthng, and look into code which can be decompilled fine, without garbage, so... trying to create some script for fixing that shit in idb

rektbyfaith
Administrator
0
10-17-2025, 02:48 PM
#5
Archived author: moJIto_ice • Posted: 2025-10-17T14:48:02.244000+00:00
Original source

just made someresearch on feribs article, https://github.com/Vector35/OpaquePredicatePatcher here, and some other related things
[Embed: GitHub - Vector35/OpaquePredicatePatcher]
Contribute to Vector35/OpaquePredicatePatcher development by creating an account on GitHub.
https://github.com/Vector35/OpaquePredicatePatcher
rektbyfaith
10-17-2025, 02:48 PM #5

Archived author: moJIto_ice • Posted: 2025-10-17T14:48:02.244000+00:00
Original source

just made someresearch on feribs article, https://github.com/Vector35/OpaquePredicatePatcher here, and some other related things
[Embed: GitHub - Vector35/OpaquePredicatePatcher]
Contribute to Vector35/OpaquePredicatePatcher development by creating an account on GitHub.
https://github.com/Vector35/OpaquePredicatePatcher

rektbyfaith
Administrator
0
10-17-2025, 02:50 PM
#6
Archived author: Fabian • Posted: 2025-10-17T14:50:08.606000+00:00
Original source

Maybe i misread. Thought u have that opaque patcher
rektbyfaith
10-17-2025, 02:50 PM #6

Archived author: Fabian • Posted: 2025-10-17T14:50:08.606000+00:00
Original source

Maybe i misread. Thought u have that opaque patcher

rektbyfaith
Administrator
0
10-17-2025, 02:50 PM
#7
Archived author: Fabian • Posted: 2025-10-17T14:50:53.007000+00:00
Original source

I tried all available plugins for ida and bninja. They all solve basically nothing
rektbyfaith
10-17-2025, 02:50 PM #7

Archived author: Fabian • Posted: 2025-10-17T14:50:53.007000+00:00
Original source

I tried all available plugins for ida and bninja. They all solve basically nothing

rektbyfaith
Administrator
0
10-17-2025, 02:52 PM
#8
Archived author: Fabian • Posted: 2025-10-17T14:52:38.351000+00:00
Original source

But yea. Im sure we should not go too deep i to that topic here because it could end up being not good for the discord serverBig Grin
rektbyfaith
10-17-2025, 02:52 PM #8

Archived author: Fabian • Posted: 2025-10-17T14:52:38.351000+00:00
Original source

But yea. Im sure we should not go too deep i to that topic here because it could end up being not good for the discord serverBig Grin

rektbyfaith
Administrator
0
10-17-2025, 02:58 PM
#9
Archived author: moJIto_ice • Posted: 2025-10-17T14:58:05.402000+00:00
Original source

yeah... they doing almostly nothing for wow idb but things like ```jumps = [NN_jmp, NN_ja, NN_jae, NN_jb, NN_jbe, NN_jc, NN_jcxz, NN_jecxz, NN_jrcxz, NN_je,NN_jg,NN_jge,NN_jl,NN_jle,NN_jna,NN_jnae,NN_jnb,NN_jnbe,NN_jnc,NN_jne,NN_jng,NN_jnge,NN_jnl,NN_jnle,NN_jno,NN_jnp,NN_jns,NN_jnz,NN_jo,NN_jp,NN_jpe,NN_jpo,NN_js,NN_jz]
``` can be a key partially for shit that im trying to fix as i think
rektbyfaith
10-17-2025, 02:58 PM #9

Archived author: moJIto_ice • Posted: 2025-10-17T14:58:05.402000+00:00
Original source

yeah... they doing almostly nothing for wow idb but things like ```jumps = [NN_jmp, NN_ja, NN_jae, NN_jb, NN_jbe, NN_jc, NN_jcxz, NN_jecxz, NN_jrcxz, NN_je,NN_jg,NN_jge,NN_jl,NN_jle,NN_jna,NN_jnae,NN_jnb,NN_jnbe,NN_jnc,NN_jne,NN_jng,NN_jnge,NN_jnl,NN_jnle,NN_jno,NN_jnp,NN_jns,NN_jnz,NN_jo,NN_jp,NN_jpe,NN_jpo,NN_js,NN_jz]
``` can be a key partially for shit that im trying to fix as i think

Recently Browsing
 
Recently Browsing