Reply 1800 of 2176, by Falcosoft
- Rank
- l33t
Roland User wrote on 2024-06-02, 16:16:And got a question )
When I see structure BASSMIDI , I see this :
maybe it makes sense compile in one and add files as resources ?
No , it does not make any sense since:
1. Antivirus engines make it hard to release new versions of any binaries for small developers even without any shady practices.
Embedding dll files as resources that are extracted and executed at runtime would quadruple the amount of false positive detection since it is considered a shady practice by most AV engines.
I suggest that you should try this practice and make your tests on Virustotal before recommending this to anyone...
2. It would make debugging and testing more difficult.
3. It has no real world practical advantages but it can generate such errors in edge cases that are hard to foresee (e.g. extraction on a read-only drive etc.).
PS:
This was the last time I answered to any of your ideas, suggestions, etc. Your quota has run out.
From now on I will only answer to real bug reports from you.