Some notes, tools, and techniques for reverse engineering macOS binaries.
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
| 9f3c1fba58a325823090f4ae585b423b4459b076 |
breed> about Boot and Recovery Environment for Embedded Devices Copyright (C) 2017 HackPascal hackpascal@gmail.com Build date 2017-12-26 [git-812ef5f] Version 1.1 (r1163)
breed> flash list Bank Type Size Model
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
| serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1 --rtscts=off | |
| terminal_input console serial; terminal_output console serial | |
| set default="0" | |
| set timeout="5" | |
| set root='(hd0,msdos1)' | |
| menuentry "OpenWrt" { | |
| linux /boot/vmlinuz root=PARTUUID=cbad8a62-02 rootfstype=ext4 rootwait console=tty0 console=ttyS0,115200n8 noinitrd | |
| } |
scp opkg-dist-upgrade.sh root@192.168.0.85:
root@192.168.0.85's password:
ash: scp: not found
lost connection
scp
-ash: scp: not found
root@OW:~# opkg install --force-reinstall openssh-client
- Copy As Markdown
![img][img_copy-as-markdown]
Offered by: johnnyfee.github.io
https://chrome.google.com/webstore/detail/copy-as-markdown/dgoenpnkphkichnohepecnmpmihnabdg
Used to copy the element in current page as markdown format.
Just select HTML in your page and then click the the 'M' icon in the extension toolbar, then the markdown content is in your clipboard. Cool?
Also, you can use the shortcut of the extension,
Alt + Cfor Windows orOption + Cfor Mac or define yourself. Enjoy it.
- Copy As Markdown
Offered by: johnnyfee.github.io
https://chrome.google.com/webstore/detail/copy-as-markdown/dgoenpnkphkichnohepecnmpmihnabdg
Used to copy the element in current page as markdown format.
Just select HTML in your page and then click the the 'M' icon in the extension toolbar, then the markdown content is in your clipboard. Cool?
Also, you can use the shortcut of the extension,
Alt + Cfor Windows orOption + Cfor Mac or define yourself. Enjoy it. History:
- idea
- auto detect file extension
- auto test file integration
- auto extract file according file type https://unix.stackexchange.com/questions/1571/grabbing-the-extension-in-a-file-name https://stackoverflow.com/questions/965053/extract-filename-and-extension-in-bash https://stackoverflow.com/questions/2664740/extract-file-basename-without-path-and-extension-in-bash
NewerOlder