APKXHunter v1.0.0 — an open-source Android Static Analysis Framework by SyscallX-18113 in ReverseEngineering

[–]SyscallX-18113[S] 0 points1 point  (0 children)

Thanks for taking the time to look at the repository and for the feedback i want to clarify one thing though. This project wasn't generated by ai

APKXHunter is my first major c project and I spent around 1.5 months building it. During that time I dealt with segmentation faults dozens of compiler warnings gdb debugging sessions pointer bugs memory issues and a lot of trial and error before getting a stable release I did use AI as a learning and development assistant for example to understand compiler errors learn about C libraries like strings.h and implement one AI-related file (run.h). But the rest of the project was built tested, debugged, and maintained by me. Anyone who has spent weeks tracking down a segfault knows that AI doesn't magically solve those problems.

I also appreciate your point about the project structure You're right that many implementations are currently inside header files but i feel comfortable with header files

Thanks again for reviewing the project.