Skip to content

Commit

Permalink
At least, we were able to find 2.43 elf1_func2 offsets. Thanks goes to
Browse files Browse the repository at this point in the history
Zidane. Now 2.43 is fully supported.
  • Loading branch information
superg committed Dec 22, 2010
1 parent bdd6b1c commit c1c6760
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions firmware_symbols.h.S
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Copyright (C) Aaron Lindsay (Aaron')
* Copyright (C) (subdub)
* Copyright (C) Gennadiy Brich (G)
* Copyright (C) (Zidane)
*
* This software is distributed under the terms of the GNU General Public
* License ("GPL") version 3, as published by the Free Software Foundation.
Expand Down Expand Up @@ -891,18 +892,18 @@
#define HASH_TABLE_1 0xb36f6c6700282260
#define HASH_TABLE_2 0x9474a8b0000169d3
#define HASH_TABLE_3 0x214aedb3000e9c43
#define HASH_TABLE_4 0 // not found due to elf1_func2
#define HASH_TABLE_4 0x3480af480005512f

#define elf1_func1 0x0051e1f0
#define elf1_func1_offset 0x00
#define elf1_func2 0 // not found, unsigned elfs aren't working
#define elf1_func2_offset 0
#define elf1_func2 0x0013fbe0
#define elf1_func2_offset 0x10
#define elf2_func1 0x00026a50
#define elf2_func1_offset 0x204


#define elf3_data 0x002498f0
#define elf4_data 0 // not found due to elf1_func2
#define elf4_data 0x000d4638

#endif

Expand Down

0 comments on commit c1c6760

Please sign in to comment.