Skip to content

Instantly share code, notes, and snippets.

View omeryildirim01's full-sized avatar

Ömer YILDIRIM omeryildirim01

View GitHub Profile
@omeryildirim01
omeryildirim01 / AES.cs
Created March 9, 2020 09:16
AES-128 (Compatability C# & Java)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Security.Cryptography;
/**
*
* @author fguaman
*/
@omeryildirim01
omeryildirim01 / AdbCommands
Created February 21, 2020 06:26 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader