Supercharge your NFTs with new behaviours and superpowers

Supercharge your NFTs with new behaviours and superpowers! WrapX is a collection of Wrappers (currently one – WrapXSet) to decorate your NTFs adding new capabilities NFTs exist outside any chain, smart contracts are just projections/representations/slices which sometimes are limiting their full potential This means that wrappers allow multiple legitimate representations of NFTs Wrappers are means to supercharge NFT actions and capabilities NB: WrapX is currently EXPERIMENTAL and NOT AUDITED/REVIEWED. Do Your Own Research and Use At Your Own Risk. Use-cases […]

Read more

Workshop Material on VM-based Deobfuscation

This repository contains slides, samples and code of the 4h code deobfuscation workshop at r2con2021. We give a brief introduction into virtualization-based obfuscation and manually analyze a simple VM generated by Tigress. Afterward, we use symbolic execution to automate the analysis and write a dynamic VM disassembler that is based on Miasm. The recording is available here. Installation # on debian/ubuntu based systems: sudo apt-get install python-dev # clone repository and    

Read more

A ROS2 port of the linorobot package

linorobot2 linorobot2 is a ROS2 port of the linorobot package. If you’re planning to build your own custom ROS2 robot (2WD, 4WD, Mecanum Drive) using accessible parts, then this package is for you. This repository contains launch files to easily integrate your DIY robot with Nav2 and a simulation pipeline to run and verify your experiments on a virtual robot in Gazebo. Once the robot’s URDF has been configured in linorobot2_description package, users can easily switch between booting up the […]

Read more

The IDA Pattern Search plugin adds a capability of finding functions according to bit-patterns

by Argus Cyber Security Ltd. The IDA Pattern Search plugin adds a capability of finding functions according to bit-patterns into the well-known IDA Pro disassembler based on Ghidra’s function patterns format. Using this plugin, it is possible to define new patterns according to the appropriate CPU architecture and analyze the target binary to find and define new functions in it. For more detailed information, including Ghidra’s format for bit-patterns and how to generate new patterns, check out our blog post […]

Read more

Educational python for Neural Networks

EpyNN is written in pure Python/NumPy. If you use EpyNN in academia, please cite: Malard F., Danner L., Rouzies E., Meyer J. G., Lescop E., Olivier-Van Stichelen S. EpyNN: Educational python for Neural Networks, 2021, Submitted. Documentation Please visit https://epynn.net/ for extensive documentation. Purpose EpyNN is intended for teachers, students, scientists, or more generally anyone with minimal skills in Python programming who wish to understand and build from basic implementations of Neural Network architectures. Although EpyNN can be used for […]

Read more
1 2