News

How to reverse a string in Python using slicing. The first way to reverse a string, is to use a slice that steps backward. Slices in Python let you return chunks of data from strings, tuples, and ...
ESET Research releases IPyIDA 2.0, a Python plugin integrating IPython and Jupyter Notebook into IDA to help researchers solve reverse engineering problems.
Knowing how to reverse a list in Python is a trick that can come in handy surprisingly often. In this post, we’ll look at a few ways you can do it!
This package, too, mimicked the name of a popular Python library, named "colorama." According to the PyPI Stats service , 54 users had downloaded the package a month before it was taken down.
Python comes with a collection of built-in data types that make common data-wrangling operations easy. Among them is the list, a simple but versatile collection type.With a Python list, you can ...
ESET Research publishes a blogpost introducing Nimfilt, an IDA plugin and a Python script that helps you reverse engineer binaries compiled with the Nim programming language compiler.