- αααααΆα Online
- αααααα·ααααΆ 7:10pm-8:10pm
- ααααααα·ααααΆ 99$
- α αΌααααααααααΈ 9-11-2021
- αααααααΆαα αααΎαα ααααΈ w3school α¬ w3resource
- αααααααα·ααααΆ α’αα αα·α Support ααΆαααααΎ Project (E-Ecomerce)(α‘αα)
- αααααΆααα½αααΈαα·α (Life time access with video)
xposed installer
https://repo.xposed.info/module/de.robv.android.xposed.installer
SManager
https://play.google.com/store/apps/details?id=os.tools.scriptmanager&hl=en&gl=US
https://www.mavensecurity.com/blog/getting-started-with-frida-on-android
https://arben.sh/bugbounty/Configuring-Frida-with-Burp-and-GenyMotion-to-bypass-SSL-Pinning/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import contextlib | |
| import ctypes | |
| import ctypes.wintypes | |
| import io | |
| import json | |
| import os | |
| import re | |
| import socket | |
| import socketserver | |
| import threading |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * This decorates Handlebars.js with the ability to load | |
| * templates from an external source, with light caching. | |
| * | |
| * To render a template, pass a closure that will receive the | |
| * template as a function parameter, eg, | |
| * T.render('templateName', function(t) { | |
| * $('#somediv').html( t() ); | |
| * }); | |
| * Source: https://github.com/wycats/handlebars.js/issues/82 |
FWIW: I'm not the author of the content presented here (which is an outline from Edmond Lau's book). I've just copy-pasted it from somewhere over the Internet, but I cannot remember what exactly the original source is. I was also not able to find the author's name, so I cannot give him/her the proper credits.
- By Edmond Lau
- Highly Recommended π
- http://www.theeffectiveengineer.com/
NewerOlder