1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:28:11 +00:00
serenity/Libraries/LibELF
Itamar f4418361c4 Userland: Add "functrace" utility
functrace traces the function calls a program makes.
It's like strace, but for userspace.

It works by using Debugging functionality to insert breakpoints
at call&ret instructions.
2020-04-16 11:17:33 +02:00
..
Arch/i386 LibELF: Re-organize ELFDynamicObject::load and add PLT trampoline 2020-01-01 23:54:06 +01:00
DynamicLoader.cpp LibELF: Validate the mapped file in DynamicLoader constructor 2020-04-11 22:41:05 +02:00
DynamicLoader.h LibELF: Validate the mapped file in DynamicLoader constructor 2020-04-11 22:41:05 +02:00
DynamicObject.cpp LibELF: Move ELF classes into namespace ELF 2020-04-11 22:41:05 +02:00
DynamicObject.h LibELF: Move ELF classes into namespace ELF 2020-04-11 22:41:05 +02:00
exec_elf.h LibGfx: Unpublish Gfx::Size from the global namespace 2020-02-06 13:32:14 +01:00
Image.cpp LibELF: Move validation methods to their own file 2020-04-11 22:41:05 +02:00
Image.h LibELF: Move validation methods to their own file 2020-04-11 22:41:05 +02:00
Loader.cpp LibELF: Add find_demangled_function 2020-04-13 23:20:59 +02:00
Loader.h Userland: Add "functrace" utility 2020-04-16 11:17:33 +02:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
Validation.cpp LibELF: Move validation methods to their own file 2020-04-11 22:41:05 +02:00
Validation.h LibELF: Move validation methods to their own file 2020-04-11 22:41:05 +02:00