Modern JS frameworks tend not to reload the page but manipulate DOM and change URL path for internal navigation, for performance and smooth UX. But since there is no page reload, window.onload event does not get triggered for subsequent navigation. W... (more…)
Read more »
diver.js - Dives deep into the dom and dumps it in the object literal notation. (more…)
Read more »
This is post # 5 of the series dedicated to exploring JavaScript and its building components. In the process of identifying and describing… (more…)
Read more »
Address Space Layout Randomization Address space layout randomization or ASLR in short is a first line of defense against attackers targeting Internet users. ASLR randomizes the location of an application’s code and data in the virtual address space in or... (more…)
Read more »