Lucas Teske

Results 78 comments of Lucas Teske

> I encountered the segfault because I'm running `emu_start` in a loop, and unicorn segfaults after the loop runs a few million times. > > For what it's worth, my...

Any news on this? It's really sad to not be able to use frida com ARM64-only applications nowadays :(

Sure! I didn't know about libcorrect. I will take a look on it. I mainly use this libraries in Linux Platform (my GOES Satellite Decoder http://www.teske.net.br/lucas/satellite-projects/ ) I will take...

hi @klali the cmd tools work fine. Just the `yubikey-personalization` is getting the issue. I used the tools to configure the yubikey for HMAC challenge login here. Not sure if...

@mouse07410 this is a clean install, no apps trying to use it.

On linux everything uses the Kernel Module, it loads as a HID device and yubikey-personalization uses it (as cmd tools). The CMD tools works fine, just the personalization gui that...

Ok, so just for logging purpose, it freezes because it starts restarting the device every half second: this is dmesg output ``` [269512.224919] input: Yubico Yubikey NEO OTP+U2F+CCID as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1.1/1-5.1.1:1.0/0003:1050:0116.000F/input/input104...

Well, not sure. But its a recent one (have few months maybe)

It still happens on Ubuntu 22.04, although the application is sort of usable on it (it doesnt freeze the whole OS because you accidentally opened yubikey personalization gui).

Hey @kuttkutt thanks! Actually for now there isn't a documentation because the software isnt fully complete. For now it's missing the JPEG Decompressing part for the images itself. I'm planning...