PDA

View Full Version : tuner pro xdf help



specialistas
12-28-2019, 12:19 AM
anything can tell me how to make launch control in tuner pro?

NSFW
12-28-2019, 12:54 AM
Tuner Pro is a tool for adjusting parameters of features that exist in the operating system.

Launch control is a feature that does not exist in the operating system. Adding features like that requires reverse-engineering the OS software, writing a bit of new software to implement the new feature, and stitching the new stuff into the existing code. Tuner Pro can't help with any of that.

Right now, IDA Pro is the best tool for reverse engineering, and it is quite expensive. However there is a free tool called Ghidra that I think will probably be useful soon. We're basically just waiting for this issue to get resolved: https://github.com/NationalSecurityAgency/ghidra/issues/1244