- 🌱 I’m currently learning С++, C#, Java, JS, Python
I contribute to open-source software, focusing on performance, memory safety, and system-level reliability.
- adepierre/Botcraft ( C++ library for Minecraft bots)
- Contribution (#355): Resolved an OpenSSL cipher context memory leak in
AESEncrypter::Initduring reconnection flows. Properly managed and released dynamic context resources (EVP_CIPHER_CTX_new/EVP_CIPHER_CTX_free) to prevent progressive memory degradation in long-running bot instances. - Contribution (#358): Implemented vanilla-aligned physics for powder snow (loose snow) in
PhysicsManager. Added dynamic leather boots item ID resolution viaAssetsManagerand enabled vertical climbing when jumping inside powder snow while optimizing overall tick execution times with lazy inventory evaluation. - Contribution (#359): The bot can now climb up through a trapdoor/hatch if it is open and aligned with the ladder underneath (same facing property).
