MGMichal Gutowskiincucumbersome.net·Mar 1 · 4 min read EHAX CTF 2026 RE Pathfinder 5555555556d0 int32_t main(int32_t argc, char** argv, char** envp) 5555555556db void* fsbase 5555555556db int64_t rax = *(fsbase + 0x28) 5555555556ea sub_5555555555a1() 555555500
MGMichal Gutowskiincucumbersome.net·Feb 22 · 2 min readTHJCC CTF 2026 writeup RESuper baby reverse The flag is literary inside of the decompiled program 00401169 int32_t main(int32_t argc, char** argv, char** envp) 00401174 void* fsbase 00401174 int64_t rax = *(00
MGMichal Gutowskiincucumbersome.net·Mar 22, 2022 · 3 min readCombine multiple dict factories in asdictPython data classes were introduced in [https://peps.python.org/pep-0557/](PEP 557). They allow us to model data cleaner than commonly used dicts. Unlike classic python classes, data classes are easily transformable to a dictionary - you can use the ...00
MGMichal Gutowskiincucumbersome.net·Apr 23, 2021 · 3 min readKaggle: My titanic submissionRecently I started to play around kaggle.com. The first competition is Titanic - Machine Learning from Disaster. After finishing the tutorial, you are encouraged to post your own submission. The solution you end with after completing the tutorial is ...00
MGMichal Gutowskiincucumbersome.net·Apr 12, 2021 · 1 min readFixing can not create client, bad configuration: did not find a proper configuration for private keyI wanted to learn how to use Terraform. I think there is no better way to learn to use a new tool than actually using it. Oracle cloud has the always free trier so even though it's not the most popular cloud provider, I decided to give it a try and ...00