Angel

Results 4 issues of Angel

I implemented two new structures. The first one being: ![Screenshot 2023-06-16 051447](https://github.com/capstone-engine/capstone/assets/134562527/728ad2ce-5e87-40b7-b02d-281f85ebfc46) and the second one being: ![Screenshot 2023-06-16 051641](https://github.com/capstone-engine/capstone/assets/134562527/85411cc8-4e08-44f5-8575-12a2f9fa1ed9) where both are defined in capstone.h and are available for...

What I get is the following: ``` INFO | Android emulator version 33.1.24.0 (build_id 11237101) (CL:N/A) INFO | Found systemPath /usr/local/lib/android/sdk/system-images/android-24/default/arm[64](https://github.com/AngelDev06/AlterHook/actions/runs/7774797878/job/21200016640#step:8:67)-v8a/ WARNING | encryption is off WARNING | FeatureControl is...

I have a simple Python script that tries to fetch all followers' usernames as well as the following's ones. The account I am targeting has over 800 followers and for...

When I try doing this using the documented way (i.e. with `client.user_followers(user_id)` where `amount == 0`) I am either getting rate limited or when it does return it doesn't return...