Convery

Results 6 comments of Convery

Was thinking more about something inlined, like an opaque comment or an on-hoover popup: ![bild](https://user-images.githubusercontent.com/3765681/97819220-82880300-1ca7-11eb-8984-920ffef3371d.png)

Sorry, I do not. Was in a large game where a dependency created a thread in DllMain and later would try to install hooks after prompting the user. The interesting...

Looks like this and fails with `found unsupported OP_IPREL on operand 1` on `0000000063812C84`. ``` 0000000063812C80 sub rsp,28h 0000000063812C84 mov r9d,dword ptr [6382A770h] 0000000063812C8B test r9d,r9d 0000000063812C8E je 0000000063812CA1 0000000063812C90...

After 20 hours it crashed after having gone through 110GB of RAM, so ye, memory requirements =P Might help narrow it down though, as `Control flow optimization` (~10GB RAM) and...

Yep, removing those from the `decompile.sh` makes it finish in 90min and 10GB RAM. ![](https://i.imgur.com/VQWxqHu.png) Aaaaand three and a half hour later.. ![](https://i.imgur.com/ijK8n8p.png)

The AMD consumer cards store their UUID in physical memory (MMIO), so on Windows you'd need a driver to access it. Not to mention that it's architecture dependant, on some...