blog post see http://blog.dnaroma.eu/2020/07/31/study-k8s-with-microk8s/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from io import RawIOBase | |
from struct import * | |
from typing import Callable | |
def offset_decorate(func: Callable) -> Callable: | |
def func_wrapper(*args, **kwargs) -> Callable: | |
offset = kwargs.get('offset') | |
if offset is not None: |
This is the code rewritten in Python 3 from the original code of esterTion's PHP version. Only works with blobs from Android apk!!!
genProto.py
for old versions, genProto.py
for new versions with arm64 blobs.