All Projects → aidevjoe → SandboxBrowser

aidevjoe / SandboxBrowser

Licence: MIT license
A simple iOS sandbox file browser, you can share files through AirDrop

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to SandboxBrowser

Cocoadebug
iOS Debugging Tool 🚀
Stars: ✭ 3,769 (+4386.9%)
Mutual labels:  debugging, sandbox
elixir-fire-brigade-workshop
Workshop "Join the Elixir Fire Brigade - Level-up Your Elixir Debugging Skills" (ElixirConf US 2017)
Stars: ✭ 14 (-83.33%)
Mutual labels:  debugging
vscode-cc65-debugger
VSCode extension for CC65 debugging with VICE or Mesen
Stars: ✭ 26 (-69.05%)
Mutual labels:  debugging
ops-examples
A repository of basic and advanced examples using Ops
Stars: ✭ 68 (-19.05%)
Mutual labels:  sandbox
exploit
Collection of different exploits
Stars: ✭ 153 (+82.14%)
Mutual labels:  debugging
windbg js scripts
Toy scripts for playing with WinDbg JS API
Stars: ✭ 135 (+60.71%)
Mutual labels:  debugging
macrolizer
Tiny Scala library for targeted macro debugging by logging properly formatted expansions at compile time
Stars: ✭ 39 (-53.57%)
Mutual labels:  debugging
Bold-Falcon
毕方智能云沙箱(Bold-Falcon)是一个开源的自动化恶意软件分析系统;方班网络安全综合实验-设计类;
Stars: ✭ 30 (-64.29%)
Mutual labels:  sandbox
iopipe-go
Go agent for AWS Lambda metrics, tracing, profiling & analytics
Stars: ✭ 18 (-78.57%)
Mutual labels:  debugging
MultiAV2
MultiAV scanner with Python and JSON REST API using Malice Docker AV Containers and Docker-Machine based Autoscaling
Stars: ✭ 30 (-64.29%)
Mutual labels:  sandbox
sandboxed-fs
Sandboxed Wrapper for Node.js File System API
Stars: ✭ 41 (-51.19%)
Mutual labels:  sandbox
mailgrab
Simple and easy to use catch-all SMTP mail server and debugging tool
Stars: ✭ 92 (+9.52%)
Mutual labels:  debugging
clockwork-firefox
Clockwork - php dev tools integrated to your browser - Firefox add-on
Stars: ✭ 22 (-73.81%)
Mutual labels:  debugging
LocalConsole
In-app console and debug tools for iOS developers
Stars: ✭ 595 (+608.33%)
Mutual labels:  debugging
ssh2actions
Connect to GitHub Actions VM via SSH for interactive debugging
Stars: ✭ 62 (-26.19%)
Mutual labels:  debugging
Conty
Easy to use unprivileged Linux container packed into a single portable executable
Stars: ✭ 198 (+135.71%)
Mutual labels:  sandbox
WMDebugAssistant
CPU 内存(Memory)Network FPS 实时监测 查看沙盒sandbox
Stars: ✭ 52 (-38.1%)
Mutual labels:  sandbox
awesome print.cr
It dreams about becoming ruby's awesome_print for crystal-lang, under light development.
Stars: ✭ 13 (-84.52%)
Mutual labels:  debugging
PlutoTest.jl
✔️ Visual, reactive testing library for Julia. Time machine included.
Stars: ✭ 56 (-33.33%)
Mutual labels:  debugging
SmartDump
SmartDump - an exception and memory dump capture utility
Stars: ✭ 17 (-79.76%)
Mutual labels:  debugging

SandboxBrowser

Version License Platform

A simple iOS sandbox file browser, enable you to view sandbox file system on iOS device, share files via airdrop, super convenient when you want to send log files from iOS device to Mac. reference from AirSandbox, Thanks !

Screenshots

Installation

To integrate SandboxBrowser into your Xcode project using CocoaPods, specify it in your Podfile:

pod 'SandboxBrowser'

Then, run pod install.

Usage

import SandboxBrowser
let sandboxBrowser = SandboxBrowser()
present(sandboxBrowser, animated: true, completion: nil)

Open the sandbox directory by default, and you can specify the directory

let sandboxBrowser = SandboxBrowser(initialPath: customURL)

Use the didSelectFile closure to change FileBrowser's behaviour when a file is selected.

sandboxBrowser.didSelectFile = { file, vc in
    print(file.name, file.type)
}

Long press file share via AirDrop

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].