This guide covers the installation and upgrade of Oleg’s firmware for the ASUS RT-N16 using firmware version 1.9.2.7-10-rtn (experimental). The recovery process is also documented should you need it. It is based on Wengi’s HowTo for the ASUS WL-HDD (http://wl500g.info/archive/index.php/t-10307.html). Thanks Wengi! Important: Do this at your own risk. I exclude any liability. This HowTo [...]
Archive of posts filed under the documentation category.
Mysterious ExUuidCreate function
I was inspired to write this post after being confused by behaviour of ExUuidCreate function in Windows Vista. This function is used to generate GUIDs at kernel mode. According to documentation: “ExUuidCreate returns STATUS_SUCCESS if successful; otherwise, if the system is not ready to generate a new UUID, it returns STATUS_RETRY.” Practically, if you call [...]
The power of IDA
One the most wonderful instruments I ever used is IDA – interactive disassembler. If your job is connected with reversing, then IDA is a “must have” instrument. It really helps saving a lot of time when there is a need to understand the logics implemented in 3rd party code. Since you don’t have the source [...]