Gepetto | IDA plugin which queries OpenAI

 by   JusticeRage Python Version: v1.1 License: GPL-3.0

kandi X-RAY | Gepetto Summary

kandi X-RAY | Gepetto Summary

Gepetto is a Python library. Gepetto has no bugs, it has no vulnerabilities, it has build file available, it has a Strong Copyleft License and it has medium support. You can download it from GitHub.

Gepetto is a Python script which uses OpenAI's gpt-3.5-turbo and gpt-4 models to provide meaning to functions decompiled by IDA Pro. At the moment, it can ask gpt-3.5-turbo to explain what a function does, and to automatically rename its variables. Here is a simple example of what results it can provide in mere seconds:.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              Gepetto has a medium active ecosystem.
              It has 2190 star(s) with 213 fork(s). There are 38 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 5 open issues and 11 have been closed. On average issues are closed in 4 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of Gepetto is v1.1

            kandi-Quality Quality

              Gepetto has no bugs reported.

            kandi-Security Security

              Gepetto has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              Gepetto is licensed under the GPL-3.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              Gepetto releases are not available. You will need to build from source code and install.
              Build file is available. You can build the component from source.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Gepetto
            Get all kandi verified functions for this library.

            Gepetto Key Features

            No Key Features are available at this moment for Gepetto.

            Gepetto Examples and Code Snippets

            CORBA server/client for the Graphical Interface of Pinocchio and HPP,Usage
            C++dot img1Lines of Code : 55dot img1License : Non-SPDX (NOASSERTION)
            copy iconCopy
            # Use option --predefined-robots to change the robots setting file.
            # OPTIONS="--predefined-robots other-robots"
            OPTIONS=""
            
            # PR2 from hpp_tutorial
            gepetto-gui -g ${OPTIONS} --add-robot "PR2-hpp_tutorial,pr2,planar,pr2,hpp_tutorial,,_manipulation"
            #  
            Robot Properties Bolt,Usage
            Pythondot img2Lines of Code : 17dot img2License : Permissive (BSD-3-Clause)
            copy iconCopy
            import pybullet as p
            from bullet_utils.env import BulletEnvWithGround
            from robot_properties_bolt.bolt_wrapper import BoltRobot
            
            env = BulletEnvWithGround(p.GUI)
            robot = env.add_robot(BoltRobot)
            
            conda create -n bolt python=3.7
            source activate bolt
            co  
            Installation
            C++dot img3Lines of Code : 15dot img3License : Permissive (BSD-3-Clause)
            copy iconCopy
            sudo apt install libeigen3-dev
            
            git clone https://github.com/mayataka/robotoc
            cd robotoc 
            
            mkdir build && cd build
            cmake .. -DCMAKE_BUILD_TYPE=Release 
            make install -j$(nproc)
            
            cmake .. -DCMAKE_BUILD_TYPE=Release -DOPTIMIZE_FOR_NATIVE=ON
            
            sud  

            Community Discussions

            No Community Discussions are available at this moment for Gepetto.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install Gepetto

            Simply drop this script (as well as the gepetto/ folder) into your IDA plugins folder ($IDAUSR/plugins). By default, on Windows, this should be %AppData%\Hex-Rays\IDA Pro\plugins (you may need to create the folder).

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/JusticeRage/Gepetto.git

          • CLI

            gh repo clone JusticeRage/Gepetto

          • sshUrl

            git@github.com:JusticeRage/Gepetto.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link