Results 232 comments of refi64

Uhh, I think something here got a little messed up...

Couldn't you just post an issue for a proposal?

Try: ``` $ rm -r CMakeCache.txt CMakeFiles $ cmake . -DCMAKE_BUILD_TYPE=DEBUG $ make $ gdb ./craft ``` Then, at GDB's prompt, type: ``` run ``` When the program crashes, type:...

@WyomingWill Now I have _no_ clue what's wrong. :( You can try googling [glcreateshader segmentation fault](https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=glcreateshader%20segmentation%20fault) and trying the various solutions.

Very few, which is why exploiting Dirtycow to root a phone without unlocking the bootloader became virtually impossible.

@Melab Because dirtycow's specialty (correct me if I'm wrong) is *patching files in memory*. Dirtycow itself can't open an su shell, but you can patch a program that has sufficient...

Not the main dev, but I think you *need* the NDK, since this depends on headers in the NDK. You could always try buying a decently-sized USB stick and putting...

@TonyStark TBH there's not much to set up. Unzip it somewhere, then put the directory on your path `export PATH=$PATH:/path/to/where/ndk/was/extracted`.

If your phone has a locked bootloader, you run the risk of either bricking it or your changes not staying. If you're *positive* that your bootloader is unlocked, you can...