The default method
to generate Dash docsets for Binary Ninja does not
work with a personal license as it requires the ability to run Binary Ninja in
headless mode, a capability only available with the commercial license.
Luckily, Binary Ninja ships the API documentation as HTML f…
Read more...
Semgrep is a great tool to add into a code review
workflow as Semgrep is aware of language semantics and automatically handles
things like different import styles and aliases well.
However, when writing rules for JavaScript, I noticed that the following import
pattern was not han…
Read more...
Frida is very commonly used to instrument Android applications written in Java
and compiled to Dalvik bytecode. It is a less well known fact that Frida
gained support for instrumenting Java programs running on the HotSpot JVM in a
recent version which should work on most JVM vers…
Read more...
jail-monkey is a React Native for implementing root detection
on Android and iOS devices which is not defeated by the default root detection
bypass implemented by objection.
The jail-monkey API is a set of methods exposed to a React Native app through
the JailMonkey module.
impo…
Read more...
The content in this blog post was
presented at Infosec
In The City 2019.
What is Kony?
Kony Visualizer (or Quantum, they have renamed the product a few times)
is a cross-platform application development environment. With Kony Visualizer,
a single codebase can be used to buil…
Read more...