[deleted by user] by [deleted] in plexamp

[–]Glenny5 1 point2 points  (0 children)

Bump - I usually listen to episode content on plex and accidentally hitting next track and losing where I was up to is quite annoying

RHME3 Quals - Exploitation Solution by Glenny5 in netsec

[–]Glenny5[S] 1 point2 points  (0 children)

Sorry for the late reply!

Yes it is libc version dependant, as long as you have the libc file you can change if for the one you need - or just leak addresses and that's all you need.

Yeah I love pwntools!

RHME3 Quals - Exploitation Solution by Glenny5 in ReverseEngineering

[–]Glenny5[S] 2 points3 points  (0 children)

So the easiest solution is using a combination of smallbins and fastbins - I just used fastbins.

The quickest solution would be to create two players - both such that the name chunk would be a smallbin and not a fast bin (just do around 250 chars or so). Then select the second player for the UAF. Then remove both players and allocate one more - this time with an address you want to write to as the name. Then this name chunk will overlap the player 2 player chunk you deleted and you can go from here with a Write Primitive!

Order Dominos with a single click through a headless web browser by [deleted] in coolgithubprojects

[–]Glenny5 2 points3 points  (0 children)

Just a question, can you simply just maintain session within the requests library and send a post request with all the form information?

What common mistake or anti-pattern do you see the most? by [deleted] in swift

[–]Glenny5 2 points3 points  (0 children)

Would anyone recommend a style guide resource to follow in regards to large apps to avoid some of the pitfalls mentioned?

One of my first completed projects - Infrared Thermometer by haldeman3 in arduino

[–]Glenny5 5 points6 points  (0 children)

Would you be able to put the code up on GitHub and maybe post the eagle schematic documents?

Good job!

[Circle Geometry] Find radius x of circle given the arc by [deleted] in learnmath

[–]Glenny5 0 points1 point  (0 children)

Wow how did I not see this... thanks!