
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
查看AndroidManifest.xml 文件是乱码 很蛋疼!!!解决方法:当然首先得安装java的环境然后 进入 cmd把AXMLPrinter2.jar文件放到要解密的xml文件同级目录下然后java -jar AXMLPrinter2.jar AndroidManifest.xml > AndroidManifest2.xml...
gt9xx.h/* drivers/input/touchscreen/gt9xx.h** 2010 - 2013 Goodix Technology.** This program is free software; you can redistribute it and/or modify* it under the terms of the GNU General Public Licens
虚拟机ubuntu 使用adbVMware® Workstation 12 Player12.1.1 build-3770994No LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 12.04.5 LTSRelease: 12.04Codename: prec
我靠,如此神器,我才知道!!!make localmodconfig我还手动配个鸟!!!## Automatically generated file; DO NOT EDIT.# Linux/x86 4.15.18 Kernel Configuration#CONFIG_64BIT=yCONFIG_X86_64=yCONFIG_X86=yCONFIG_INS...
修改文件./AmiCRBPkg/CRB/Crb.sdl文件TOKENName = "DEBUG_MODE"# Value = "0"Value = "1"TokenType = BooleanTargetMAK = YesEnd
前面玩android4.4 很爽 没有啥问题最近 android 9,我靠,改动太他妈大了init原来是c写的,一眼看的明白现在全部用c++改写,日志还限制输出 太恶心了说是为了防止日志攻击对于调试人员来说 没有了日志 等于瞎子太不爽了!!!解决方案:撸代码,最终改内核代码:static ssize_t devkmsg_write(struct kiocb *i...
UsbDeviceManager.java/** Copyright (C) 2011 The Android Open Source Project** Licensed under the Apache License, Version 2.0 (the "License");* you may not use this file except in compliance with the L
#include <utils/CallStack.h>#include<utils/Log.h>android::CallStack stack;stack.update();stack.dump(1);//输出到printfstack.log("dsfdsfds");//输出到logcat: undefined reference to 'andro...