brute force reverse engineering a mali gpu?

3 respostas [Última entrada]
tonlee
Desconectado
Joined: 09/08/2014

Is brute force part of reverse engineering a mali gpu? Could a website making people's computers available for doing the brute force add to getting the source code?

Thanks.

megurineturilli
Desconectado
Joined: 01/10/2012

brute force is guessing all possible combinations, it only works for small passwords in a resonable amount of time. It is possible but it would take billions of years to get the source code.

Soon.to.be.Free
Desconectado
Joined: 07/03/2016

Unfortunately, it's physically impossible. Firstly, as megurineturilli has pointed out, actually guessing a working combination would take billions of years. On top of that, though, there's the issue of comments. These are as much a part of the source code as the executable parts- without them a program is just a long list of somehow relevant commands- but, since the compiled code completely omits them, the only way to reconstruct them is through artificial intelligence, an insider leak, or reverse engineering.

tonlee
Desconectado
Joined: 09/08/2014

If effective encryption is utilized then you cannot do reverse engineering. My understanding is, about mali gpu software no effective steps have been taken stopping reverse engineering?

My reference to brute force actions was not about decryption. Rather it was setting a frame for what code is relevant and by brute force then test all of them. It was a question, I do not know if one can do it?