Roukanken

Results 11 comments of Roukanken

Had same problem, admin rights during installation were problem: it didn't manage to setup the scheduled task (`schtasks /tn wincompose` returned error until installation with admin rights) Otherwise I was...

Encountered the same issue, and yeah - once you get to the point where the binary uses hash maps, or, heavens forbid, some more complex structures, then stuff gets out...

I've done some research towards decrypting the DataCenter. It's encrypted in AES-128-CBT, for decrypting it needs key and iv. Those should be only findable in TERA.exe, as they change with...

Well, I managed to (kidna) unpack it, it doesn't run though - probably messed up some checksums. I threw that into IDA, and I found AES sbox, rsbox and code...

Only thing I can think of is RE regen - afterall Dfa is doing that as direct effect, not as side effect of hitting. The number does seem a bit...

Actually DFA does infact restore exactly 225 RE. So it's probably that.

Any idea where can you find it ? Afaik it isn't in AttackResult packet, but can't find any other packet for it.

For some reason, my dimmers fire `move_MoveMode.Down_83_0_0` event for the `button_down_long`, without the bitmap parts... Other events look consistent with your changes.

Issue created, go annoy someone to fix your precious account 😛 - https://gitlab.com/gnutls/gnutls/-/issues/1498

Sadly, just trimming the carriage returns doesn't work, it causes some issue down the line, something with path handling from the output. If I just changed the `find` output handling...