Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Binary-only toolchain (Score 1) 236

I haven't heard of anyone who reverse engineered the toolchain but there's an awesome tool that helps you reverse engineer your own binaries: http://www.cs.rug.nl/~wladimir/decuda/ This is relevant because the compiler creates device specific binaries that you can't get the assembler code for. So if you want to know exactly what your kernel is doing disassemble it with decuda. Unfortunately the tool is a bit outdated but it still might be useful to some.

Slashdot Top Deals

Always draw your curves, then plot your reading.

Working...