pbtk icon indicating copy to clipboard operation
pbtk copied to clipboard

A toolset for reverse engineering and fuzzing Protobuf-based apps

Results 20 pbtk issues
Sort by recently updated
recently updated
newest added

Last Wednesday I still can use `pbtk` to fiddling with google maps's protobuf (step 1 and step 3) But then on Friday I got ValueError on most of endpoints on...

Uses carriage return to make cleaner CLI output, but I have no idea if it works on all platforms.

Hello, I'm interesting in commercial development, how can I contact you?

In "Step 3" after choosing an endpoint, the app crashes. Here's a backtrace from the core dump: ``` #0 0x0000000000000000 in ?? () #1 0x00007fe10ddbab8f in QOpenGLContext::makeCurrent(QSurface*) () from /usr/local/lib/python3.5/dist-packages/PyQt5/Qt/lib/libQt5Gui.so.5...

Traceback (most recent call last): File "C:\main\soft\protobuf\pbtk-master\gui.py", line 462, in run for name, contents in self.extractor['func'](input_): File "C:\main\soft\protobuf\pbtk-master\extractors\jar_extract.py", line 51, in handle_jar with JarWrapper(path) as jar: File "C:\main\soft\protobuf\pbtk-master\utils\java_wrapper.py", line 25,...

Hi, many thanks for your code! Just a note about the magic comment your have in your code, I see that you use: `#-*- encoding: Utf-8 -*-` but my editor...

File "/home/kali/pbtk/extractors/from_binary.py", line 8, in from utils.common import register_extractor, extractor_main ModuleNotFoundError: No module named 'utils.common

dex2jar creates case-sensitive class filenames for example it generates "mL2.class" while in the same apk another class with the name "Ml2" will result in the override of the first file...

Scanning elf containing obvious protobuf's ``` Traceback (most recent call last): File "c:\path_to\pbtk\gui.py", line 462, in run for name, contents in self.extractor['func'](input_): File "c:\path_to\pbtk\extractors\from_binary.py", line 78, in walk_binary yield descpb_to_proto(proto)...

- I run with ```python ./gui.py``` - Select step one - Select apk option - Choose my apk - This shows up for a few seconds Then it crashes Enviroment:...