Explore >> Select a destination


You are here

intrigus.org
| | blog.yannickjaquier.com
18.2 parsecs away

Travel
| | Hive concatenate command we use to maintain good performance is not working as expected with Spark generated tables. What have we done to bypass ?
| | blog.nuculabs.de
16.3 parsecs away

Travel
| | Hello, Here are my write-ups for the X-MAS CTF 2019 organized by . Reversing: Santa's crackme Santa's crackme is easy to solve when using Ghidra, all you need to do is open up the binary, read the code and use the XOR Memory script from Ghidra. The flag is retrieved from flag_matrix and xored by 3. Select the flag data, right click on Script Manager and execute the XorMemory script We get the flag, except for the first character
| | www.m4b.io
19.5 parsecs away

Travel
| | An online electronic journal repository for various projects, topics, tutorials, and other such texts, usually dealing with programming languages, reverse engineering, CS theory, object/binary analysis, formal methods, formal logic, and maybe, sometimes, even philosophy
| | statuscode.ch
74.9 parsecs away

Travel
| Recently I took a look atAtom, a text editor by GitHub. With a little bit of work, I was able to chain multiple vulnerabilities in Atom into an actual Remote Code Execution. The vulnerabilities have been fixed in the1.21.1 release on October 12th, 2017after I reported it via theirHackerOne program. In case you want to...