如此魔幻 赛博朋克 的广电让我想起了 cSploit 里「取得您设备的控制权 (crack)」的合法翻译 😂
您的设备并不是您的,只是运行合同规定好,能做的程序。
您买到的只是无限期的使用权,用以运行合作厂商开发上架的东西(以便于他们盈利)。
您的设备并不是您的,只是运行合同规定好,能做的程序。
您买到的只是无限期的使用权,用以运行合作厂商开发上架的东西(以便于他们盈利)。
Forwarded from 每日 AWESOME 观察
microsoft / Bringing-Old-Photos-Back-to-Life
旧照片修复,基于PyTorch实现。包含划痕检测修复,全局色彩修复,面部增强等功能。
旧照片修复,基于PyTorch实现。包含划痕检测修复,全局色彩修复,面部增强等功能。
GitHub
GitHub - microsoft/Bringing-Old-Photos-Back-to-Life: Bringing Old Photo Back to Life (CVPR 2020 oral)
Bringing Old Photo Back to Life (CVPR 2020 oral). Contribute to microsoft/Bringing-Old-Photos-Back-to-Life development by creating an account on GitHub.
https://gist.github.com/jhorstmann/1579903 #sysadmin 状态:还没解决 boot
其实最后也始终没有搞成, cSploit 不支持, zANTI 阉割前的版本支持 x86 ,但不知为何我 x86_64 就运行不了 🌝
难不成得把工具二进制编译一份,或者逆向重开发一个?
难不成得把工具二进制编译一份,或者逆向重开发一个?
www.cSploit.org 还在那吹自己理论可移植到所有 *nix ,避开 GUI 可移植性不谈,连 x86 处理器都不支持🌝 可移植个鬼 别说跨系统平台
它的做法比较清奇,是 busybox 一样把一大堆工具搞到一个二进制再派发找入口 ,zANTI 就是 extract 个 tar 包
它的做法比较清奇,是 busybox 一样把一大堆工具搞到一个二进制再派发找入口 ,zANTI 就是 extract 个 tar 包
duangsuse::Echo
http://pastebin.ubuntu.com/p/DRCnnzvC6B/ 折腾了半天的资料 🌚 #sysadmin #doc #linux #boot #Android
最后这个多启动还是没有折腾好,ax86 每次开机都得手动输一遍不短的命令行,虽然切系统不频繁就能解决问题,也让人没有心思继续折腾它了🌝
因为窄版的 initrd 小系统不支持 btrfs ,只能在 squashfs 加载 switch_root 后再 mount ,不能继承 mountpoint 了(大概因为挂不上...)
在 initramfs 里改 init 脚本手短搞不定,又不能改压缩的 .sfs 文件系统, 看来多系统引导管理是挺麻烦(全 ext4 既有程序就不用改了)
原版就支持 /dev/sdXY,qemu-p9,src=bootimg 仨方案(如果initrd后没有就是 tmpfs, 不够用)
当然最终挂的是 Android 格式的 /dev/block/sdXY ,真奇怪呢,但是很 android 🤔
/system 和 /data 的隔离是必须的, /sdcard 不知道 ax86 是放哪了,反正能用
#Python https://pythondev.readthedocs.io/android.html#dlopen-rtld-bind-now 及已停止开发的 VOC to Java bytecode transpiler
https://pentester.land/tips-n-tricks/2018/10/19/installing-arm-android-apps-on-genymotion-devices.html arm 翻译器
因为窄版的 initrd 小系统不支持 btrfs ,只能在 squashfs 加载 switch_root 后再 mount ,不能继承 mountpoint 了(大概因为挂不上...)
在 initramfs 里改 init 脚本手短搞不定,又不能改压缩的 .sfs 文件系统, 看来多系统引导管理是挺麻烦(全 ext4 既有程序就不用改了)
原版就支持 /dev/sdXY,qemu-p9,src=bootimg 仨方案(如果initrd后没有就是 tmpfs, 不够用)
当然最终挂的是 Android 格式的 /dev/block/sdXY ,真奇怪呢,但是很 android 🤔
/system 和 /data 的隔离是必须的, /sdcard 不知道 ax86 是放哪了,反正能用
#Python https://pythondev.readthedocs.io/android.html#dlopen-rtld-bind-now 及已停止开发的 VOC to Java bytecode transpiler
https://pentester.land/tips-n-tricks/2018/10/19/installing-arm-android-apps-on-genymotion-devices.html arm 翻译器
Pentester Land
Installing ARM Android apps on Genymotion devices
Hi, this is a quick tip for anyone interested in testing the security of Android apps without using a physical device.
Genymotion is generally recommended over using the Android SDK emulator provided with Android Studio, because it is more performant.
Only…
Genymotion is generally recommended over using the Android SDK emulator provided with Android Studio, because it is more performant.
Only…
Forwarded from 依云的技术资源分享
https://askubuntu.com/questions/454253/how-to-run-32-bit-app-in-ubuntu-64-bit
https://www.google.com/url?q=https://android.stackexchange.com/questions/226244/run-32-bit-arm-elf-executable-on-64-bit-android
https://www.google.com/search?q=make+x64+Android
妈耶,可能没办法了😓
如果是 file not found 可以修 linker ,可是验证不能执行 ELF32 该怎么办呢😱
https://www.google.com/url?q=https://android.stackexchange.com/questions/226244/run-32-bit-arm-elf-executable-on-64-bit-android
https://www.google.com/search?q=make+x64+Android
妈耶,可能没办法了😓
如果是 file not found 可以修 linker ,可是验证不能执行 ELF32 该怎么办呢😱
Ask Ubuntu
How to run 32-bit app in Ubuntu 64-bit?
I installed Ubuntu 14.04 and the current Android development SDK, which contains 32-bit executables. I found that I cannot run those 32-bit binaries. Trying to start them from bash gives me an erro...
#aop #security #recommended #DontKnow #Android 哇,之前早有闻大名的面向侧面编程 #reveng 框架 Frida (frida.re) 竟然这么能干,看来是我大意了,没注意示例😱
https://forum.90sec.com/t/topic/95
“Inject your own scripts into black box processes. Hook any function, spy on crypto APIs or trace private application code, no source code needed. Edit, hit save, and instantly see the results”
方便力,想到以前动态 inspect 执行情况和 Object 的 AndBug debugger ,Frida 的能力更有意思啊,同样能做函数断点
🧐收集各种开放性动态(frida,jdwp,oat_dexdump)、静态(r2,apktool,jad,smalivm)逆向工具,也挺多啊g
https://forum.90sec.com/t/topic/95
“Inject your own scripts into black box processes. Hook any function, spy on crypto APIs or trace private application code, no source code needed. Edit, hit save, and instantly see the results”
方便力,想到以前动态 inspect 执行情况和 Object 的 AndBug debugger ,Frida 的能力更有意思啊,同样能做函数断点
🧐收集各种开放性动态(frida,jdwp,oat_dexdump)、静态(r2,apktool,jad,smalivm)逆向工具,也挺多啊g
90Sec
frida入门级详细讲解
frida入门级详细讲解 观文须知 由于文章在编辑时使用的markdown,但论坛禁止调用外部图床,为了方便编写,文章未提供图片,如果真的对frida感兴趣,可以根据文章内容对操作进行复现。 文章后半部分充斥着大量的java、python和javascript代码,可能会产生不良副作用,如有不适请快速关闭页面,因此产生的不良后果本人概不负责。 读万卷书,不如行万里路;行万里路,不如阅人无数。 环境准备 Android Studio(其他APP开发IDE也可以) mumu模拟器(重点安利对象,无广…
Forwarded from 「VoP」維尼之聲 - Voice of Pooh🔊
Telegram官方推荐的Dart语言bot支持库中,示例实现了一个小程序,发送“Fight for freedom”可以自动回复“Stand with Hong Kong”。
Github地址🔍
Github地址🔍
#reveng #recommend #aop 看到几个有意思的:
https://github.com/zifeihan/friday
https://github.com/WindySha/FridaXposedModule 免root使用
https://github.com/wrlu/FridaHooker, https://github.com/dineshshetty/FridaLoader 安装器
FridaTracer, FridaAndroidInjector
前者编程算法选得不好啊... 像不太会 Java
https://github.com/sensepost/objection Android/iOS 通用 object browser 支持它的dexdump插件
https://github.com/nccgroup/house Python 的 Frida Android, WebUI 封装
https://github.com/FrenchYeti/dexcalibur NPM 的,比较乱
https://github.com/antojoseph/diff-gui 简洁到窒息的 Python Web GUI - inject scripts
https://github.com/lasting-yang/frida_dump 简洁的 .dex/.so dump, hook defineClass(byte[])
https://gitlab.com/roxanagogonea/frida-scripts Android.
https://github.com/iddoeldor/frida-snippets 非常方便的即查文档
https://github.com/zifeihan/friday
https://github.com/WindySha/FridaXposedModule 免root使用
https://github.com/wrlu/FridaHooker, https://github.com/dineshshetty/FridaLoader 安装器
FridaTracer, FridaAndroidInjector
前者编程算法选得不好啊... 像不太会 Java
https://github.com/sensepost/objection Android/iOS 通用 object browser 支持它的dexdump插件
https://github.com/nccgroup/house Python 的 Frida Android, WebUI 封装
https://github.com/FrenchYeti/dexcalibur NPM 的,比较乱
https://github.com/antojoseph/diff-gui 简洁到窒息的 Python Web GUI - inject scripts
https://github.com/lasting-yang/frida_dump 简洁的 .dex/.so dump, hook defineClass(byte[])
https://gitlab.com/roxanagogonea/frida-scripts Android.
https://github.com/iddoeldor/frida-snippets 非常方便的即查文档
GitHub
zifeihan/friday
java runtime decompiler (java实时反编译工具). Contribute to zifeihan/friday development by creating an account on GitHub.