Tyler

Results 10 comments of Tyler

+1 once again. Having to override the `save` method on all my classes is a massive PITA. Here's the method that I usually use if anyone wants it. Replace `self.refs`...

Are you using this through the command prompt or through the fancy new WSL beta terminal?

Not a full solution to the issue, but with since 1.1.0 you should be able to supply a custom instrument configuration with the `-i/--instrument` command line param. ``` $ cherchord...

I see now! I'm keeping this issue open in favor of the other issue: if a config file system were to be implemented, it'd have an option to print out...

Decided to fix this by dropping the fancy symbol and using a lowercase "o". Keeping it old school. 76e749ee648473ab47655e0b25c9fe52b7b10ce2

+1. I am running into this same issue today, as the top level https://download.docker.com/linux/centos/docker-ce.repo still lists these `debug-x86_64` URLs as existing. Neither the new CentOS 9 repo nor the CentOS...

Oops! Yeah, I was definitely trying to just add that specific version of scanmem's source, not create a submodule. Thanks for pointing that out. As for the prebuilt version, perhaps...

Bizarre. I've only tested the executable on my Nexus 6 running Android 6, so I guess that executable just isn't compatible with previous libc's included with Android. I'll push the...

Unfortunately I don't have a rooted device to test this on anymore. If there's an easy solution to that (like a rooted emulator or something like that) I'd be happy...

Hmm -- does lineage OS run in the Android emulator? EDIT: For the time being, I found a workaround. https://play.google.com/store/apps/details?id=com.termux provides a minimal linux environment, and you can install clang...