Bambu Lab added anti-debugger code in their BBL network plugin
a year ago
- #Debugging
- #OpenSource
- #BambuLab
- BBL network plugin includes debugger detection since version 1.10.2, terminating the app if a debugger is attached.
- This prevents development using Visual Studio or other dev tools with a debugger, hindering contributions to the open-source project.
- Attempts to hide information (certificate, network protocol) have already been bypassed, making the debugger restriction unnecessary.
- The restriction forces developers to crack the network plugin just to contribute, which is counterproductive.
- The author expresses frustration over the unnecessary obstacles to development, emphasizing no interest in the hidden aspects of the DLL.