fG!

Results 43 comments of fG!

Sure, I have it working without problems on a private version.

Hi, I have no idea about the impact of this into debugging fortran. Are you debugging assembly code or fortran code? This gdbinit is for assembly code. Debugging gdb scripts...

It's not a macOS-specific issue but Yubikey firmware version related. The PIN caching works as expected for firmware 5 and not for 4. Tested this on Linux with `age-plugin-yubikey` and...

I was testing things and of course I hit this bug and found this issue. The bug root cause is a nil pointer in this method when trying to validate...

What's the science of propagation? Just go phishing... Or buy some fake flash update infection on the underground. Easiest thing to do. The point is that ransomware is as easy...

Can't understand what's your point. There was nothing written for OS X before. I just wrote it in 15 mins to show how easy it is to make something that...

OS X default nasm does not assemble 64 bits. The /usr/local/bin path is the default for compiling latest NASM from the source since I don't use MacPorts. Not sure if...

Read the script options, you shouldn't be blindly running scripts anyway ;-)

Ah I know this one, never bothered too much with it. Moving to the local is a good idea.

Hello, Backtrace is an internal gdb command which gdb scripting has no control whatsoever. To modify its output the gdb source code must be modified. The problem is which colors...