In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article is to share with you about how the AMD Fusion game tools run on the Intel platform, the editor thinks it is very practical, so I share it with you to learn. I hope you can get something after reading this article.
AMD Fusion for Gaming is a lightweight optimization tool provided by AMD for gamers, which can adjust the system according to the preset, optimize the resource consumption and software and hardware performance, temporarily disable unnecessary background services when players need the game, and maximize the computing performance of the system. After four months of testing, AMD finally released version 1. 0 of the tool, which supports all AMD processor platforms. However, the system that uses the Intel processor is not hopeless. A few days ago, the Steve Seguin of the Tom's Hardware website taught us how to run on the Intel platform by modifying the execution file of AMD Fusion for Gaming. Interested friends can give it a try.
First of all, we need to download the latest version 1.0 of AMD Fusion for Gaming and run it directly after installation. If you don't have a "core" of AMD, you will be prompted in the following figure to remind you that you must use an AMD processor system to run this program.
Next, let's try this interesting Mini Program on other processor platforms. Before you start, you need to prepare a debug program, which we use Ollydbg v1.10. Official website: http://www.ollydbg.de/
Open the Ollydbg program and make sure to run it as Adminstrator. Find the "AMDFusion.exe" file and open it in Ollydbg. The default installation directory for the "AMDFusion.exe" file is C:\ Program Files\ AMD\ AMDFusion for Gaming 1.0.
If you have previous experience with debug programs, the following steps are not difficult for you to understand. If you don't, follow these steps carefully and you can also successfully complete the Hack tasks of AMDFusion.exe files.
We know that the AMDfusion.exe file will detect the processor type after execution, and when it is found that it is not an AMD processor, a warning will pop up to stop running, so what we need to do is to find out the part of the code that detects the processor type, and then go around so that the non-AMD processor system can run AMDfusion.exe smoothly.
Next we begin to take formal action, we have opened the "AMDFusion.exe" file in Ollydbg, and then we right-click "Search for"-"All referenced text strings" in the main program window, and then a new pop-up window lists all the string codes of the "AMDFusion.exe" file.
In the code of the new window, we look carefully for the string text next to each other: "AuthenticAMD", "GenuineIntel", "CyrixInstead", "CentaurHauls". These strings are the key code in the processor type detection part.
We double-click the "AuthenticAMD" string and in the new window we can see the actual assembly running code of the "AuthenticAMD" string, and another keyword "GenuineIntel" is under the "AuthenticAMD" code. We double-click "AuthenticAMD" and "GenuineIntel" two strings, we can compare the difference between the two actually running assembly code, one is "PUSH AMDFusio.00420E64" (for AMD), a "PUSH AMDFusio.00420E54" (for Intel), all we need to do is simply change "PUSH 420E64" to "PUSH 420E54".
After modifying two lines of code, we can test the work on the Intel platform. Execute Menu > Debug > Run in the Ollydbg program, and if the AMDFusion.exe file is open and running normally, it proves that our modification work has been successful.
So far we have verified that the original assembly code of the Hack "AMDFusion.exe" file can run AMDFusion programs on the Intel platform, but the above steps are only completed in memory, and the actual "AMDFusion.exe" file has not been modified, so we also need a Hex editing tool to complete the modification of the "AMDFusion.exe" file.
We are using the Hex editor for Hex Editor XVI32 version 2.51. After opening the "AMDFusion.exe" file with XVI32, we search for all "68 64 0E 42 00" strings and change it to "68 54 0E 42 00". After that, we can save the file, and to be careful, we can save the file as "IntelFusion.exe", and then we can enjoy the fruits of our labor on the Intel platform at will. Note: if you are tired of the Chase steps above, just follow the instructions in the last paragraph.
This is how the AMD Fusion game tools run on the Intel platform. The editor believes that there are some knowledge points that we may see or use in our daily work. I hope you can learn more from this article. For more details, please follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.