bykass1 Posted January 28, 2024 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 14 Reputation: 2 Joined: 12/30/16 Last Seen: April 10 Share Posted January 28, 2024 I find this in diff for NEMO. But i dont know how to change in my hexed.. any help? //Step 4a - Find the annoying warning - 'too many vertex granny model!' offset = pe.stringVa("too many vertex granny model!"); //Step 4b - Find its reference + the function call after if (offset !== -1) offset = pe.findCode(" 68" + offset.packToHex(4) + " E8"); //Step 4c - NOP out the call if (offset !== -1) pe.replaceHex(offset + 5, " 90 90 90 90 90"); return true; Quote Link to comment Share on other sites More sharing options...
Question
bykass1
I find this in diff for NEMO.
But i dont know how to change in my hexed.. any help?
//Step 4a - Find the annoying warning - 'too many vertex granny model!'
offset = pe.stringVa("too many vertex granny model!");
//Step 4b - Find its reference + the function call after
if (offset !== -1)
offset = pe.findCode(" 68" + offset.packToHex(4) + " E8");
//Step 4c - NOP out the call
if (offset !== -1)
pe.replaceHex(offset + 5, " 90 90 90 90 90");
return true;
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.