@corydu@infosec.exchange (@ctfhacker) 's Twitter Profile
@[email protected]

@ctfhacker

Low level infosec | Rust | Fuzzing | Program Analysis | RE

ID: 263717501

linkhttp://ctfhacker.com calendar_today10-03-2011 16:10:52

1,1K Tweet

936 Followers

423 Following

@corydu@infosec.exchange (@ctfhacker) 's Twitter Profile Photo

That moment when you spend an hour wondering where your fuzzer's performance went, but in reality, single step was just enabled.. >.< Should probably add that as a dashboard signal to know which cores are actually single stepping.

Axel Souchet (@0vercl0k) 's Twitter Profile Photo

I just pushed wtf v0.3 - @y0ny0ns0n and I implemented multi-packets and custom mutators / generators support. Thanks to all the contributors 🙏🏽 Fuzz all the things 🛫🔥💥! github.com/0vercl0k/wtf/r…

@corydu@infosec.exchange (@ctfhacker) 's Twitter Profile Photo

My only problem now with format args is the format string quickly becomes longer than my vim colorcolumn. So it's either don't use format args or make variable names less verbose or use them inconsistently 🤔

Vector 35 (@vector35) 's Twitter Profile Photo

Were you holding off on buying Binary Ninja as a non-commercial user because you wanted multithreading? The wait is over--the 3.1 release includes multithreading across all platforms which means all those sweet performance benefits are doubly beneficial. binary.ninja/2022/05/31/3.1…

Were you holding off on buying Binary Ninja as a non-commercial user because you wanted multithreading? The wait is over--the 3.1 release includes multithreading across all platforms which means all those sweet performance benefits are doubly beneficial. binary.ninja/2022/05/31/3.1…
@corydu@infosec.exchange (@ctfhacker) 's Twitter Profile Photo

I've never quite been able to explain why Phantom Dust is my all-time favorite game. Nick does an amazing job at explaining it and more. Take a look and hit me up if you are looking to play a bit: youtu.be/_BDClzHu-ho

@corydu@infosec.exchange (@ctfhacker) 's Twitter Profile Photo

Something different for #AdventOfCode2022 Day05: #Rust a `const fn` version of the problem: github.com/ctfhacker/aoc2… Loops are kind of gross since they have to be manual and we use static stack buffers to do the manipulation, but a fun challenge regardless.