Commit Graph

3 Commits

Author SHA1 Message Date
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
Michał Lach
8b284aeeb6 regex: update to version 1.5.6 2022-07-25 22:46:02 +02:00
caa48ad578 basic, unfinished pe parser implementation 2022-01-05 00:45:58 +01:00