上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页
摘要: http://blog.chinaunix.net/uid-12274566-id-4127328.html 在linux下键入samb,nmbd,根据提示用apt-get安装。 装好之后通过/etc/init.d/下面的启动脚本启动服务: /etc/init.d/nmbd restart /etc 阅读全文
posted @ 2019-08-22 11:00 _** 阅读(1087) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/cwh250/article/details/81948610add-apt-repository ppa:openjdk-r/ppa apt-get update apt-get install openjdk-7-jdk 然后配置JAVA环境,在/etc/profile文件中加入如下几行。 export JAVA_HOME=/usr/lib/... 阅读全文
posted @ 2019-08-22 10:56 _** 阅读(332) 评论(0) 推荐(0) 编辑
摘要: bruce@ubuntu:~/aosp$ cat download.sh #!/bin/bash echo "start repo sh" repo sync #first sync android code while [$?!=0]; do echo "sync failed,retry sync" sleep 3 repo sync #try again echo... 阅读全文
posted @ 2019-08-21 21:36 _** 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 1.在配置多个共享的时候需要将其他的目录别名添加到主目录下 2.可以先在c盘创建一个空目录C,然后设置为主目录,c:\C 3.逐渐添加其他的共享目录或者盘符,然后在alias添加/别名,/E盘 4.ftp连接时会看到所有的共享的盘符变成了指定的别名列表 阅读全文
posted @ 2019-08-20 16:28 _** 阅读(707) 评论(0) 推荐(0) 编辑
摘要: 根据这些选择桥接模式: https://blog.csdn.net/u014594922/article/details/53426328 ping不同可能是因为桥接模式时默认选择的是自动,需要更改为自己上网用的网卡。 附上ubuntu设置桥接模式截图 阅读全文
posted @ 2019-08-20 14:21 _** 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 1.将项目导出为jar包 2.使用dx命令将jar转为dex文件(android下执行文件为dex) 3.将生成的dex文件加入到jar包中(直接用压缩软件拖进去) 4.将jar包导入到/data下 5.切换为su用户,执行 摘自android应用安全防护和逆向分析 阅读全文
posted @ 2019-08-15 19:20 _** 阅读(2994) 评论(0) 推荐(0) 编辑
摘要: 转自https://www.cnblogs.com/wf-l5201314/p/9714019.html 阅读全文
posted @ 2019-08-14 14:56 _** 阅读(639) 评论(0) 推荐(0) 编辑
摘要: 准备 apktool.jar monitor smaliidea httpanalyze ... 常见的调试工具 调试中的一些步骤随笔 数据查找 1.函数打日志。。 2.根据数据的长度在malloc申请指定长度(数据长度)的地方打日志,定位函数。。 3.在写内存的地方下断点,查看原。 4.原地址不能 阅读全文
posted @ 2019-08-12 18:57 _** 阅读(516) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/jkcx/p/7463506.html 在不同的系统中获取的进程的名字方式不一致。 阅读全文
posted @ 2019-08-08 13:27 _** 阅读(2115) 评论(0) 推荐(0) 编辑
摘要: //android 常用命令 cat demo.txt |grep xxx start demo.txt echo "xxx" >demo.txt touch "xxx">demo.txt adb shell dumpsys adb shell dumpsys activity top adb sh 阅读全文
posted @ 2019-08-02 13:25 _** 阅读(455) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页