MDK-SE icon indicating copy to clipboard operation
MDK-SE copied to clipboard

feature: minifier: at option to use only visually distinct characters as replacement

Open krypt-lynx opened this issue 5 years ago • 5 comments

This feature will allow to read stack trace from screenshot (bugreport from a script user, for example)

krypt-lynx avatar Apr 17 '19 07:04 krypt-lynx

Sorry. This one is unlikely.

malware-dev avatar Apr 17 '19 08:04 malware-dev

Well. It can be implemented in more generic way: A way to provide some custom list of available replacements

krypt-lynx avatar Apr 17 '19 08:04 krypt-lynx

Actually, thinking about it I won't summarily deny this one, but no promises

malware-dev avatar Apr 17 '19 08:04 malware-dev

Well, actually, I can try to implement this one and replacement map by myself. by questions is: which file format I should use and how I need to integrate it into MDK?

All chars in file as available characters? Put it into project with special name? Map as csv file?

krypt-lynx avatar Apr 17 '19 12:04 krypt-lynx

I'm sure there are existing formats for replacement map to consider, there's at least one for JavaScript for sure, it's even integrated into browsers. Consider that people might want to include this map with their deployment. As for the character map, I don't know, I don't have a preference. It might as well just be a text file with all characters printed on a single line.

malware-dev avatar Apr 18 '19 07:04 malware-dev