15 Commits

Author SHA1 Message Date
Karol Mazurek
46e647ad47 Make find_symbol.py executable 2025-12-15 15:50:19 +01:00
Karol Mazurek
05e95dcf39 Add find_symbol.py script for locating symbols in PATH recursively 2025-12-09 11:33:03 +01:00
Karol Mazurek
ec2cfe8425 Change file mode of r2_dd.py to make it executable 2025-12-07 00:26:26 +01:00
Karol Mazurek
5a906283f3 Add r2_dd script for binary extraction based on Virtual Addresses using radare2 2025-12-06 22:17:34 +01:00
Karol Mazurek
cac76ae2aa Add Lock to synchronize print statements and prevent stdout corruption when multiple threads write simultaneously. Example corruption before:
```
DYLIB:/Applications/NordVPN.app/Contents/Frameworks/norddropFFI.framework/Versions/A/norddropFFI

/* No comment provided by engineer. */
"Update Error!" = "Virhe p�ivEXECUTE:/Applications/KnockKnock.app/Contents/MacOS/KnockKnock
```
2025-12-06 21:38:19 +01:00
Karmaz95
1d8edc592d Infinite Loop fix for MachOFileFInder 2024-11-14 21:46:05 +01:00
Karmaz95
42c31d6a5e Wrapper for the file command. 2024-11-07 01:45:40 +01:00
Karmaz95
3f8c94da1a Final version of MachOFileFinder aka Tornado. 2024-11-07 01:41:29 +01:00
Karmaz95
b1ec973eeb Determine if file is Mach-O using CFBundleCopyExecutableArchitectures in SWIFT. 2024-11-07 01:18:50 +01:00
Karmaz95
e5aaf7bacd Further optimization, aka Three Times A Charm. 2024-11-06 23:38:23 +01:00
Karmaz95
1f98b4770a Optimize Mach-O file detection with python-magic and ARM64 filtering 2024-11-06 17:50:33 +01:00
Karmaz95
372848c321 Generate Mach-O files with ARM64 headers for specified file types. 2024-11-06 17:48:18 +01:00
Karmaz95
c51801309d Update to lief 15.0.1 2024-10-29 19:29:08 +01:00
Karmaz95
e6d501dfe1 lief update - bug patch 2024-08-15 19:46:46 +02:00
Karmaz95
b1a2a27868 2023-12-23 20:56:10 +01:00