PDA

View Full Version : FLS Reversing -> BMP



AliTaker
07-02-2003, 09:00 PM
Hello, please help :)
1. What i need if i want to change something in an FLS (exspecially a PPM)?
E.g. Adding/removing/changing things
2. How are BMPs stored and how do i localize them?

Thanx! :D

Al
09-02-2003, 09:32 AM
http://www.geocities.com/Nok5rev/

AliTaker
12-02-2003, 04:21 PM
There are only some hints :(
For example, is it possible to find this function
252B72(bit_info) DRAW_BITMAP
in another phone fls?

And:
About this function
22A098(p0) GET_BITM_ADDR
You specify the entry with p0
Is the entry table stored in a "fixed" point?

If you read the asm code of GET_BITM_ADDR, you can find 3 addresses:
#002a13c4
#0010fd55
#002a1380
Are those bitmap addresses?
And where are the others?
I found those addresses as hex bytes at:
22A450 (and on)

If those are bmp addresses, is that the bmp table? Why only 5 addresses are present?

And so on... :D
Thanx!