{"id":31786288,"url":"https://github.com/cybersecurity-dev/aet","last_synced_at":"2025-10-10T12:51:18.783Z","repository":{"id":288268638,"uuid":"967425095","full_name":"cybersecurity-dev/AET","owner":"cybersecurity-dev","description":"Event Tracing for Android","archived":false,"fork":false,"pushed_at":"2025-09-22T10:41:44.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-22T12:17:20.631Z","etag":null,"topics":["android","android-event-log","android-event-logs","android-eventlog","event-management","tracing"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cybersecurity-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-16T12:42:08.000Z","updated_at":"2025-09-22T10:41:48.000Z","dependencies_parsed_at":"2025-04-16T18:22:41.640Z","dependency_job_id":"38bde088-4f28-4de1-b6bc-333cd0550157","html_url":"https://github.com/cybersecurity-dev/AET","commit_stats":null,"previous_names":["cybersecurity-dev/aet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cybersecurity-dev/AET","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2FAET","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2FAET/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2FAET/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2FAET/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cybersecurity-dev","download_url":"https://codeload.github.com/cybersecurity-dev/AET/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2FAET/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003890,"owners_count":26083641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-event-log","android-event-logs","android-eventlog","event-management","tracing"],"created_at":"2025-10-10T12:51:15.161Z","updated_at":"2025-10-10T12:51:18.770Z","avatar_url":"https://github.com/cybersecurity-dev.png","language":null,"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"35%\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/Android.svg\" /\u003e\n\u003c/p\u003e\n\n# [AET](https://developer.android.com/) | Event Tracing for Android\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/cybersecurity-dev/\"\u003e\u003cimg height=\"25\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/github.svg\" alt=\"GitHub\"\u003e\u003c/a\u003e\n    \u0026nbsp;\n    \u003ca href=\"https://www.youtube.com/@CyberThreatDefence\"\u003e\u003cimg height=\"25\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/youtube.svg\" alt=\"YouTube\"\u003e\u003c/a\u003e\n    \u0026nbsp;\n    \u003ca href=\"https://cyberthreatdefence.com/my_awesome_lists\"\u003e\u003cimg height=\"20\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/blog.svg\" alt=\"My Awesome Lists\"\u003e\u003c/a\u003e\n    \u003cimg src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/bar.gif\"\u003e\n\u003c/p\u003e\n\nAET is a tracing facility that allows a user to log events to a file (JSON, XML, CSV)\n\n\u003cdetails\u003e\n\n\u003csummary\u003eInstall required tools on Linux\u003c/summary\u003e\n\n### For Ubuntu 18.04, 20.04, 22.04\n\n```bash\nsudo apt-get update\n```\n\u003c/details\u003e\n\n\n\u003cdetails\u003e\n\n\u003csummary\u003eInstall required tools on Windows\u003c/summary\u003e\n\n### For Windows 11\n\n```powershell\n```\n\u003c/details\u003e\n\n\n\u003cdetails\u003e\n\n\u003csummary\u003eInstall required python libs\u003c/summary\u003e\n\n### pip install\n```script\npip install -r requirements.txt\npython3 setup.py install\n```\n\n### conda install\n```script\nconda config --add channels conda-forge\nconda install --file requirements_conda.txt\npython3 setup.py install\n```\n\n\u003c/details\u003e\n\n\n\n## Common Android Kernel Event Types\n\n| **Event Type**         | **Description**                                                              | **Subsystem / Use Case**               |\n|------------------------|-------------------------------------------------------------------------------|----------------------------------------|\n| `EV_KEY`               | Key/button pressed or released                                               | Input subsystem (`/dev/input`)         |\n| `EV_REL`               | Relative axis movement (e.g., mouse movement, joystick)                      | Input subsystem                         |\n| `EV_ABS`               | Absolute axis value change (e.g., touchscreen, accelerometer)                | Input subsystem                         |\n| `EV_SYN`               | Synchronization event (marks end of a set of input events)                   | Input subsystem                         |\n| `EV_MSC`               | Miscellaneous input events                                                    | Input subsystem                         |\n| `EV_SW`                | Switch state changes (e.g., lid open/closed, headset inserted)               | Input subsystem                         |\n| `EV_LED`               | LED status changes (caps lock, etc.)                                         | Input subsystem                         |\n| `EV_SND`               | Sound output events (beep, bell)                                              | Input subsystem                         |\n| `uevent`               | Kernel-generated device state change notification                            | Device manager (e.g., hotplug)          |\n| `binder_transaction`   | IPC transaction event                                                        | Binder (Android IPC mechanism)          |\n| `binder_transaction_fd`| IPC transaction with file descriptor                                         | Binder                                  |\n| `binder_reply`         | Reply to a binder transaction                                                | Binder                                  |\n| `binder_dead_binder`   | Notification that a binder node is no longer active                          | Binder                                  |\n| `trace_sched_switch`   | Task context switch (scheduling trace event)                                 | Kernel tracing (ftrace)                 |\n| `trace_sys_enter`      | System call entry                                                            | Tracing/debugging                       |\n| `trace_sys_exit`       | System call exit                                                             | Tracing/debugging                       |\n| `kprobe_event`         | Dynamic tracing via kernel probes                                            | Debugging/performance analysis          |\n| `pm_wakeup`            | Power manager wakeup event                                                   | Power management                        |\n| `thermal_event`        | Temperature threshold triggered (e.g., CPU/GPU thermal state)                | Thermal management                      |\n| `battery_status_change`| Battery state change (e.g., charging/discharging)                            | Power subsystem                         |\n| `ion_heap_shrink`      | Memory allocator (ION) event for memory shrink                               | Memory allocator (Android-specific)     |\n| `vibrator_on/off`      | Vibration motor activation/deactivation                                      | Input/haptic feedback                   |\n\n### My Other Awesome Lists\nYou can access the my other awesome lists [here](https://cyberthreatdefence.com/my_awesome_lists)\n\n### Contributing\n\n[Contributions of any kind welcome, just follow the guidelines](contributing.md)!\n\n### Contributors\n\n[Thanks goes to these contributors](https://github.com/cybersecurity-dev/aet/graphs/contributors)!\n\n[🔼 Back to top](#aet--event-tracing-for-android)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybersecurity-dev%2Faet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcybersecurity-dev%2Faet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybersecurity-dev%2Faet/lists"}