Reading List May 2021
A collection of my interesting blogs, talks, researches I read in a month
My reading list May 2021
Security
using qemu-user emulation to reverse engineer binaries: The awesomeness in this post, is bypass ptrace protection with
qemu-user
.Password Managers: For short, use local default password storage in the browser. You may not never know when your creds get hit.
MAZE: Towards Automated Heap Feng Shui: A systematic approach to exploit heap fengshui problem. Apply to CTF. Open source. Good tools.
Apple M1
- Texture tiling and swizzling: This related to the work of Dougall Johson, I need time to read more about this trick, seem like a very nice trick.
Performance tuning
- Extreme HTTP Performance Tuning: 1.2M API req/s on a 4 vCPU EC2 Instance: There is a ton of Linux configurations in here. Excellent posts, and the optimiations are covered in great details.