[DiscordArchive] so... jumpouts just garbage, or ?
[DiscordArchive] so... jumpouts just garbage, or ?
Archived author: moJIto_ice • Posted: 2025-10-17T14:33:00.939000+00:00
Original source
so... jumpouts just garbage, or ?
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,
Archived author: Fabian • Posted: 2025-10-17T14:45:31.422000+00:00
Original source
Why do you even have that tool
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
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
Archived author: Fabian • Posted: 2025-10-17T14:50:08.606000+00:00
Original source
Maybe i misread. Thought u have that opaque patcher
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
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 server
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