wausyscall/src
Michał Lach 60128be34d replaced regex crate with stdlib functions for string searching
Pulling an additional crate for finding syscall functions was definitely
unnecessary. Now we use a few conditionals to make sure we are getting
the correct functions with a slight speedup.
2022-08-09 16:45:49 +02:00
..
main.rs replaced regex crate with stdlib functions for string searching 2022-08-09 16:45:49 +02:00