圣骑士
Live alive!~
- 精华
- 0
- 帖子
- 2508
- 威望
- 1 点
- 积分
- 3350 点
- 种子
- 5 点
- 注册时间
- 2008-2-16
- 最后登录
- 2021-10-7
|
发表于 2010-10-1 12:36 · 广东
|
显示全部楼层
Useful information by Hermes Yesterday 19:09
Looking looking, I've noticed where the problem that makes the game Formula1 2010, does not recognize the controls. This is a patch which is not its function, but removing it, I have not noticed anything unusual: perhaps a sort of check related to the modules that has USB and F1 games like this, do not recognize the command. Perhaps it is only relatively necessary in the initialization process and then beaten.
Anyway, I uploaded an update to the source, but does not include that set off the patch, if marked with a warning (see line 169) and includes a define to disable the USB and also another DESTINATION, which states the address where the code is installed (and added a new patch file, if it stayed in another place)
Here I note that we have a table (memory_patch_table) that is about to address 0x700710 (because we needed space) and that concerns me, because it may be crushed at any time if new modules are loaded (such may be best off finding another site or directly load the payload in another direction more convenient, at the end of the kernel (I've done this and it has worked, as it has worked to put the code in the DESTINATION so low that it appears aside in the source, but the same is not an appropriate place, of course)
The fact is that there is another way to override the patch using the POKE role in eg open_manager:
Code:
void pokeq( uint64_t addr, uint64_t val)
{
system_call_2(7, addr, val);
}
pokeq(0x80000000000505d0ULL, 0xE92296887C0802A6ULL);Adding that code to any program, you can disable that patch that prevents the proper functioning of at least F1 2010, without touching the payload.
Requires that if your "spike" has the functionality peek / poke, because otherwise it will not work.
The source of the second version you can download the first thread, but you know that it is not necessary actualicéis your "thorn", as the modifications are more source code to allow the payload to carry any other direction.
PS: I included hex teensy version with at90usb162.?In my case I use two LEDs, but that should be a issue!
Greetings
psx-scene原文貌似比这个详细些。。 |
|