Ecular

Results 2 issues of Ecular

Hi there I got a apk file from [here](https://github.com/ctfs/write-ups-2015/blob/master/seccon-quals-ctf-2015/binary/reverse-engineering-android-apk-1/rps.apk) and installed it into my Android emulator(5.1 x86) which is downloaded from Google via Android Virtual Device Manager. When I ran...

I know 0xe8 = 14 * sizeof(struct iovec) + 8. But why task_struct * is stored at &task_list + 0xe8 ?