Explore >> Select a destination


You are here

beyondloom.com
| | malwaretech.com
11.5 parsecs away

Travel
| | One of the most common questions I'm asked is "what programming language(s) should I learn to get into malware analysis/reverse engineering", to answer this question I'm going to write about the top 3 languages which I've personally found most useful. I'll focus on native malware (malware which does not require a framework such as Java, Python, or .NET to run), as this is the most common type and understanding it it will provide you the skills required to pivot into other kinds. In this article I won't b...
| | nurkiewicz.com
11.8 parsecs away

Travel
| | Clojure is a dynamically, strongly typed programming language. It's a dialect of _Lisp_ running on the Java Virtual Machine. Lisp is 6 decades old and has a really weird syntax. That weird syntax is called _Polish prefix notation_. Basically, in every other language you've used math operators like plus or minus are infix. It means they are placed between operands. For example, `1 + 2`. In Clojure, you always put the operator (or any other function for that matter) in front. So simple addition becomes... `+ 1 2`.
| | usethe.computer
11.7 parsecs away

Travel
| | It's a nightmare scenario: trapped behind enemy lines with no hope for rescue. For unfathomable reasons of bureaucracy, your access to Turing-complete tools of the trade has been denied. Will you fight? Or will you perish like a dog (in a mire of spreadsheets)?
| | www.softdevtube.com
74.0 parsecs away

Travel
| The use of online containers as lightweight virtual software development environments is becoming more prevalent in DevOps across industries. Some of the major vendors such as GitHub have started to propose solutions. This presentation discusses the return-on-investment (ROI) of using online containers as opposed to managing them on the siftware developer's laptop. It focuses in