27-03-2019, 09:04 AM
OK, I try to post my phones kernel symbol.txt when I have access to PC.
Thanks!
Sent from my TECNO CX Air using Tapatalk
(27-03-2019, 08:08 AM)Mikesew Wrote: Can you tell me my phones kernel touch driver version if you see? Is it Mediatek gt1xx or not?
Sent from my TECNO CX Air using Tapatalk
cat /proc/kallsyms | grep gt91xx
or
cat /proc/kallsyms | grep gt1xx
00000000 t gt91xx_config_read_proc
00000000 t gt91xx_config_write_proc
00000000 T gn_gt9x_gesture_func
00000000 T gn_gt9x_hall_key_callback
(27-03-2019, 09:04 AM)Mikesew Wrote: ...
su
echo 0 > /proc/sys/kernel/kptr_restrict
cat /proc/kallsyms >/sdcard/symbl.txt
cat /proc/kallsyms | grep tpd_i2c_probe
exit
exit
adb pull /sdcard/symbl.txt
(28-03-2019, 06:15 AM)SachinBorkar Wrote:But I am still working on it.(27-03-2019, 09:04 AM)Mikesew Wrote: OK, I try to post my phones kernel symbol.txt when I have access to PC.I think your processor is ARM v8 ( AAaarch64)
Thanks!
Sent from my TECNO CX Air using Tapatalk
So IDA pro cannot able to deassemble it.
Sent from my Titanium Vista 4G using Tapatalk
(28-03-2019, 09:10 AM)SachinBorkar Wrote:Congrats ! While checking in hex editor your driver is ;(28-03-2019, 06:15 AM)SachinBorkar Wrote:But I am still working on it.(27-03-2019, 09:04 AM)Mikesew Wrote: OK, I try to post my phones kernel symbol.txt when I have access to PC.I think your processor is ARM v8 ( AAaarch64)
Thanks!
Sent from my TECNO CX Air using Tapatalk
So IDA pro cannot able to deassemble it.
Sent from my Titanium Vista 4G using Tapatalk
But it may or maybe not take some time due to processor architecture is new or unknown to me.
Sent from my Titanium Vista 4G using Tapatalk
(28-03-2019, 10:43 AM)SachinBorkar Wrote:IDA is not showing any function and instructions in arm lit. Ind.(28-03-2019, 10:42 AM)X3non Wrote:Yes(28-03-2019, 06:15 AM)SachinBorkar Wrote: I think your processor is ARM v8 ( AAaarch64)
So IDA pro cannot able to deassemble it.
Sent from my Titanium Vista 4G using Tapatalk
you tried using arm little endian?
Sent from my Titanium Vista 4G using Tapatalk