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

File "gui.py", line 462, in run for name, contents in self.extractor['func'](input_): File "c:\pbkt\pbtk\extractors\jar_extract.py", line 51, in handle_jar with JarWrapper(path) as jar: File "c:\pbkt\pbtk\utils\java_wrapper.py", line 25, in __init__ self.handle_file(fname) File "c:\pbkt\pbtk\utils\java_wrapper.py",...

It would be great, if pbtk was able to extract proto-files from java-source generated for square's wire.

PS C:\Users\misti\Desktop\Begin\PrivacySecurityReversProtection\revers\pbtk-1.0.5> ./gui.py C:\Users\misti\Desktop\Begin\PrivacySecurityReversProtection\revers\pbtk-1.0.5\gui.py:442: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python....

I'm trying to extract proto files from an APK, but it fails when extracting content from the jar: ``` In vfo: Traceback (most recent call last): File "./gui.py", line 462,...

Windows does not allow any files to be called `aux`. This is a problem when the disassembled version of the APK I'm trying to use has a file named `aux.class`....

You can download the apk from: https://m.apkpure.com/youtube/com.google.android.youtube/download?from=details and then, extract the apk from xapk file. The output: ``` python3 extractors/jar_extract.py com.google.android.youtube.apk output In aakr: In amxc: In anad: In amyn:...

This is all I see when running an extract. I'm I doing something wrong? ./extractors/jar_extract.py com.starlink.mobile.apk In com.google.android.gms.internal.measurement.zzjn:

Google Maps has a very strange format to convey the information to the customer. This is a lot of nested arrays, which contain a lot of NULL values. It looks...

This is what I get, any suggestions? All the dependencies are installed `kali@kali:~/pbtk$ ./gui.py Traceback (most recent call last): File "./gui.py", line 20, in from views.fuzzer import ProtobufItem, ProtocolDataItem File...

OSError: [Errno 86] Bad CPU type in executable: '/Users/zx/pbtk/utils/external/jad/jad_osx' jadx good