04.11 Snippets: How to find a value in memory using C++ (Windows) Posted by janglapuk with No comments | in C++, Snippets At this moment, I just want to share some snippets about how to find some values stored in process memory on Windows environment. This method check and avoid invalid memory region to be scanned, which make scanning process got an exception. Facebook Twitter Google+read more...
04.06 Snippets: Real-time display of `date` changes on Linux Posted by janglapuk with No comments | in linux, Snippets In Linux environment, sometime you need how to know the time in realtime. With date command, you will see what the time is. But how to make it realtime? With this simple command, you will see what is date command changes on your shell/console. Facebook Twitter Google+read more...
20.04 Finally! Posted by janglapuk with No comments Hi, I don't know how to make this blog updated for the future, I hope this silly blog give me more initiative to write more than I can imagine. LOL.echo <<<EOFHELLO WORLD!EOF; Facebook Twitter Google+read more...