原创 Android-學習記錄-2020.04.09

1.Base 64 原理: base 64 範圍是 "A-Z"、"a-z"、"0-9"、"+"、"/" 一共64個字符;對數據字符進行每 6 位重新分組, 高兩位補 0,然後從 Base64 編碼表中,獲取相應的編碼值

原创 2020 技術文章總結匯總 ( 勤思考,多總結)

文章索引: 1.window-Frida-環境搭建 2.Docker+Rancher的集羣化部署管理 3.Centeros 安裝 redis 與 python3 4.Android-相關總結-2020.04.03 5.Androi

原创 Docker 相關操作命令

1.查看內核版本 cat /proc/version uname -a 2.docker 常用命令 systemctl list-unit-files | grep enable systemctl disable do

原创 java 反射 與 jni反射

1.選擇排序: public static int[] select_sort(int[] array){ if(array==null || array.length<=1){ return array;

原创 YYHD-工作中一些總結(2)

1.git提交代碼: cd 進到clone 目錄下面,  git pull ,    git add 加上某目錄 ,   git commit -m "..." ,     git push origin master 2.linux遠程

原创 2020 閱讀總結索引

1.在快節奏的社會生活中,停滯不前是危險的 (2020.01.31) (詳情鏈接) 2.《狼圖騰》書中沒有一隻草原狼可以擁有完好無損的耳朵 (2020.02.05) (詳情鏈接) 3.經歷低谷並完全是壞事。不抱怨、不頹唐,

原创 Android防作弊-2020.04.04

1.so 防調試總結: 第一、自己附加進程,先佔坑,ptrace (PTRACE_TRACEME, 0, 0, 0)! 第二、簽名校驗不可或缺的一個選擇,本地校驗和服務端校驗雙管齊下! 第三、藉助系統 api 判斷應用調試狀態和調

原创 一個shell程序與Springboot自動部署腳本

第一個shell程序,按奇偶數替換指定字符串 #!/bin/bash u='temp' v0="test" v1='script' i=0; cat ./1.txt | while read line do var=$li

原创 Ubuntu18 下 ndk16b 與 ollvm 環境搭建-2020.05.04

1.獲取最新版本 obfuscator-llvm 中的 4.0 版本 git clone -b llvm-4.0 https://github.com/obfuscator-llvm/obfuscator.git mkd

原创 ubuntu18 編譯 Android 源碼

1.repo工具下載及安裝 mkdir ~/android-repo cd ~/android-repo git clone https://aosp.tuna.tsinghua.edu.cn/git-repo/ chmod a+

原创 Android-相關總結-2020.04.03

1.va 相關總結: VirtualApp在運行時,包含以下三部分: Main Process Server Process VApp Process,進程名io.virtualapp 在新進程中啓動組件,會首先創建該應用的 A

原创 Linux常用命令總結(2)

1. git pull ,  git commit -m "update 到版本5.2.1"   git push origin master . git pull其當於是從遠程獲取最新版本並merge到本地 2. gradlew ass

原创 VM中Ubuntu18上Docker+Rancher的集羣化部署管理

1.vm 安裝 ubuntu-18.04.3-live-server-amd64.isccker (安裝參考) 注意更換源: http://mirrors.163.com/ubuntu/ date -R ---- 查看時間 su

原创 YYHD-工作中一些總結(1)

1.unzip test.zip -d /test/ 它會默認將文件解壓到當前目錄,如果要解壓到指定目錄,可以加上 -d 選項。    tar -zxvf japan.tar.gz -C /tmp/  解壓.tar.gz格式到指定的目錄下

原创 window-Frida-環境搭建

1.查看 window 電腦的系統版本,是64位還是32位,下載對應的 python,並安裝好 如下載 python-3.7.0-amd64.exe 包: (暫不兼容3.8) https://www.python.org/