Unneeded data in executable?

Everything else that doesn't fall into one of the other PB categories.
User avatar
Piero
Addict
Addict
Posts: 863
Joined: Sat Apr 29, 2023 6:04 pm
Location: Italy

Re: Unicode strings in executable

Post by Piero »

Quin wrote: Thu May 01, 2025 1:17 pmIs there not strings for Mac?
After a quick look, it seems limited to UTF8 (you can use UTF8 in stringsext to find "other strings"…)
For PB it seems better to search for UTF16le, but you can search for multiple encodings…

Edit/PS: I am referring to your github link; generally strings (and grep) are only for ASCII
Post Reply