PScout mapping result to Smali syntax

Dear readers Today I will be sharing with you a Python script I have written for PScout’s Android permission mapping to Smali’s format. I have also changed the output to follow Axplorer‘s Android permission mapping results in ascending order as I feel it is more optimized when searching for API before mapping to it’s required […]

Corsairs power level

Dear readers, Today’s article is about exploiting web game design’s flaws. We will be using the web game, Corsairs, to do a walk through of the common analysis method I used to find flaws in the game. About Corsairs Corsairs is a web game that is usually played by Telegram messaging app users. When users […]

Introduction to .adoc

Dear readers, today’s topic will be about setting up of .adoc file extension (Asciidoctor) and how to use it. .adoc documents are like your Microsoft Word document for you to write stuff like reports, guides, etc. Unlike your normal writing in Microsoft Word document, Asciidoctor is a little bit closer to writing your document in […]

App Deployment on Heroku

Dear readers, Today I will be writing regarding the deployment of your app on Heroku. For those who do not know what is Heroku, it is a platform where you can host your website or software on their server. The purpose of me using Heroku is due to the free tier available. This allows me […]

wstring to SQLString

Hi everyone! Today’s post will be really short. It’s for those who is looking for this solution in C++ programming. I have tried to search for this solution online but it wasn’t available. Hence, by using different resources and trail & error, I came up with this solution. Below is an example of how to […]