Gepetto | IDA plugin which queries OpenAI
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:.
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
Support
Gepetto has a medium active ecosystem.
It has 2190 star(s) with 213 fork(s). There are 38 watchers for this library.
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
Quality
Gepetto has no bugs reported.
Security
Gepetto has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
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.
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
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Gepetto
Gepetto Key Features
No Key Features are available at this moment for Gepetto.
Gepetto Examples and Code Snippets
# 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"
#
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
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:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page