通用方法3

2021-10-07 03:37:06 字數 827 閱讀 3687

#region 獲取url字串引數,返回引數值字串

/// /// 獲取url字串引數,返回引數值字串

///

/// 引數名稱

/// url字串

///

public static string getquerystring(string name, string url)

}return "";

}#endregion

#region 字串加密

public static string strencryption(string str)

)\\d(\\d)", "$1****$2");

}else if (str.length <= 1)

else if (str.length == 2)

else

return s + star + e;}}

#endregion

#region base64加密

/// /// base64加密

///

/// 加密採用的編碼方式

/// 待加密的明文

///

public static string base64encode(encoding encodetype, string source)

catch

return encode;

}#endregion

/// /// 讀取txt檔案

///

///

public static string readdata()

Unity3d DLL指令碼通用解密方法

網上已經有很多文章講解過unity3d指令碼dll 解密,基本方法原理都差不多,就是通過hook或者除錯下斷mono image open from data with name這個函式拿到解密後的dll。這些方法都需要比較專業的知識 hook或者過反除錯 另外對於使用了強度比較高的第三方保護,也無...

通用post方法

向指定 url 傳送post方法的請求 param url 傳送請求的 url param param 請求引數,請求引數應該是 name1 value1 name2 value2 的形式。return 所代表遠端資源的響應結果 public static string sendpost strin...

通用 排序 方法

public class sortlist catch nosuchmethodexception ne catch illegalacces ception ie catch invocationtargetexception it return ret 在興趣的驅動下,寫乙個免費的東西,有欣喜,...