Giter Site home page Giter Site logo

reversinglabs-sdk-cookbook's Introduction

ReversingLabs SDK Cookbook

A rich and comprehensive knowledge base for the ReversingLabs SDK

The goal of this project is to provide usage examples, configuration hints and to-the-point documentation for the ReversingLabs SDK.

Project hierarchy:

The whole project is separated into the following module directories:

  • A1000
    • Code examples for using the ReversingLabs SDK A1000 module followed with documentation
  • TitaniumCloud
    • Code examples for using the ReversingLabs SDK TitaniumCloud module followed with documentation
  • TitaniumScale
    • Code examples for using the ReversingLabs SDK TitaniumScale module followed with documentation

Each module directory has its own readme instructions for creating the required Python objects, using the credentials and covering any other important configuration actions.


Installing the ReversingLabs SDK

The ReversingLabs SDK is available on the Python Package Index (PyPI): https://pypi.org/project/reversinglabs-sdk-py3/
To install it, run the following command using pip in your console/terminal:

pip install reversinglabs-sdk-py3

This will install the ReversingLabs SDK into your current Python interpreter.

Additional info:

The GitHub repository with the latest source code is available at: https://github.com/reversinglabs/reversinglabs-sdk-py3


How to use the code examples

Code examples are presented in the form of Jupyter Notebooks.
To use the code from each Jupyter Notebook (.ipynb), the user has two options:

  1. Copy the Python code cells (code fragments) into their own script
    • The code cells from one notebook should be copied and joined together into a local Python file
    • After saving the joined code, run the Python file
    • Make sure to copy the imports and put them at the beginning of the Python file
  2. Clone the whole project repository locally and run the notebooks
    • Make sure to install the jupyter Python package into your development environment (e.g. using pip)
    • Run a local Jupyter server
    • Now you can use the notebook capabilities and execute each code cell separately and see the results

There is also an option to execute the notebooks in a Jupyter server in the cloud but then the package requirements will need to be also installed into that cloud kernel.

reversinglabs-sdk-cookbook's People

Contributors

mislavreversinglabs avatar

Watchers

Tomislav Pericin avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.