Giter Club home page Giter Club logo

drizzledumper's Issues

我是小白 想问一下如何编译

我使用idea cloin编译找不到导入的东西
compilation terminated.
CMakeFiles/drizzleDumper_master.dir/build.make:62: recipe for target 'CMakeFiles/drizzleDumper_master.dir/drizzleDumper.c.o' failed
make[3]: *** [CMakeFiles/drizzleDumper_master.dir/drizzleDumper.c.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/drizzleDumper_master.dir/all' failed
make[2]: *** [CMakeFiles/drizzleDumper_master.dir/all] Error 2
CMakeFiles/Makefile2:79: recipe for target 'CMakeFiles/drizzleDumper_master.dir/rule' failed
make[1]: *** [CMakeFiles/drizzleDumper_master.dir/rule] Error 2
Makefile:118: recipe for target 'drizzleDumper_master' failed
make: *** [drizzleDumper_master] Error 2

build meet error on macos

LOCAL_ARM_MODE := arm64-v8a
all: check build

check:
ifeq (, $(shell which ndk-build))
        $(error "No 'ndk-build' in PATH, please install Android NDK and configure properly")
endif

build:
	ndk-build APP_ABI="arm64-v8a" NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk

install:
	adb push libs/armeabi/drizzleDumper /data/local/tmp/
	#adb push libs/x86/drizzleDumper /data/local/tmp/

clean:
	rm -rf *.c~
	rm -rf *.h~
	rm -rf obj/
╰─ make 
ndk-build APP_ABI="arm64-v8a" NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk
Android NDK: APP_PLATFORM not set. Defaulting to minimum supported version android-16.    
make[1]: Entering directory `/Volumes/data/workspace/android/apk/tool/drizzleDumper'
[arm64-v8a] Compile        : drizzleDumper <= drizzleDumper.c
In file included from ./drizzleDumper.c:6:
./drizzleDumper.h:18:10: fatal error: 'linux/user.h' file not found
#include <linux/user.h>
         ^~~~~~~~~~~~~~
1 error generated.
make[1]: *** [obj/local/arm64-v8a/objs/drizzleDumper/drizzleDumper.o] Error 1
make[1]: Leaving directory `/Volumes/data/workspace/android/apk/tool/drizzleDumper'
make: *** [build] Error 2

CANNOT LINK EXECUTABLE

"./data/local/tmp/drizzleDumper": "/data/local/tmp/drizzleDumper" has text relocations
the tool can't run successfully!

Package xx.xx has no signatures

用android studio 签名的系统jks一直报Package xx.xx has no signatures that match those in shared user android.uid.system; ignoring!。但是用java -jar signapk.jar platform.x509.pem platform.pk8 old.apk new.apk签名的系统apk可以正常运行。platform.x509.pem 和platform.pk8都是同一个,有谁碰到?

keep dumping with the tool

when i use this tool, it keeps dumping .dex again and again. it seems ret in find_magic_memory in the code will never change. so where and how to change the value?

Permission denied

./drizzleDumper: can't execute: Permission denied 这个该怎么解决,谢谢

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.