Category: Uncategorized

  • Install and Configure the Intel Manufacturing Flash Tool on a Windows Host PC for teclast x98 air

    Procedure: Install and Configure the Intel Manufacturing Flash Tool on a Windows Host PC Required: 1. A PC running Windows 7 or higher with an available USB port 2 A customized installer of Intel Mfg Flash Tool bundled with the required drivers, 2 preconfigured .INIs and 3 .BAT files to perform the installation. Download Intel_Mfg_Tools_X98_Custom.zip…

  • Reverse Engineering – Shellcodes Techniques

    Shellcode is named as it does since it is usually starts with a specific shell command. The shellcode gives the initiator control of the target machine by using vulnerability on the aimed system and which was identified in advance. Shellcode is in fact a certain piece of code (not too large) which is used as…

  • How to Reverse the Code?

    Although revealing the secret is always an appealing topic for any audience, Reverse Engineering is a critical skill for programmers. Very few information security professionals, incident response analysts and vulnerability researchers have the ability to reverse binaries efficiently. You will undoubtedly be at the top of your professional field (Infosec Institute). It is like finding…

  • Performance benchmark of popular PHP frameworks

    There are many assumptions around performance of different PHP frameworks. I frequently hear strong opinions about superiority X over Y in this context. There are companies writing new PHP frameworks from scratch because available solutions are too slow for them. What does it really mean? Does the framework performance matters? Before answering this questions lets…

  • Resharper 9 shortcuts aka Cheatsheet

    I’ve found this cheatsheet to be the best way to learn all the secret shortcuts in Resharper that really help to speed up development in Visual Studio and make life easier.  For months I had it pinned to my cube wall until I used them so much they’re muscle memory. If you are coming from…