From 05dc8da6201618fcbfd5f20868b582622c175c43 Mon Sep 17 00:00:00 2001 From: isPointer Date: Fri, 12 Jun 2026 01:53:39 +0600 Subject: [PATCH] Update README.md --- README.md | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e856c0..c956978 100644 --- a/README.md +++ b/README.md @@ -1 +1,48 @@ -Pairip Reverse Tools +LOGO +# LibGrabber + +LibGrabber 1.0 is an Android tool designed to Dump lib sdk || External Working...! + +## How It Works + +logic from the following open-source repositories: + +- [Efl C++](https://github.com/Enlightenment/efl) +--- + +## Overview + +LibGrabber is a powerful Android application designed to parse, analyze, and dump symbol tables from shared object .so files. It extracts function names, variable names, and other exported symbols from native libraries, generating comprehensive C++ header files for reverse engineering, analysis, and development purposes + + +| LOGO | [LibGrabber](https://github.com/ispointer/LibGrabber) | +|-------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------| + +## Screenshots +| App UI | Dump Style | +| ---------------------------------------------------------------------------- | --------------------------------------------------------------------------- | +| ![App UI](images/im1.jpg) | ![Dump Style](images/im2.jpg) | + +## License + +- [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) + +``` +Apache License Version 2.0 + +Copyright (C) 2026 HighCapable + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +``` + +Copyright © 2026 HighCapable