Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unloop

Research and archival resources around loops.video.

Repository Contents

  • apk/: Archived versions of Android releases
  • disasm/: Disassemblies of above Android releases
    • In order to keep repository size small, only the assets/ folder of the disassembly is included.
  • loops.video/: Documentation and dumps for https://loops.video API v0

Android Releases

These are the Android release APKs served on https://loops.video (or it's CDN). The filenames are unaltered.

You can always download the latest version by following this link:
https://loops.video/beta/app/android (removed from the public-facing website for unknown reasons)

Disassembly

The disassembly of the Android releases is done with the two following tools:

The important files of the disassembly are:

  • assets/index.android.bundle.headers.txt containing Hermes file format header information
  • assets/output.hasm containing Hermes bytecode in assembly form
  • assets/output.js containing pseudo-JS code assembled from Hermes bytecode

Nothing of this can be used to reassemble the Loops APK, it's only for educational purposes and ease of checking some of the functional contents!

loops.video API v0

Contributing

Pull Requests and Issues are welcome!

Some things to look out for:

  • Please follow the existing folder structure if you add a new endpoint documentation
  • You can use the .template/path.md example file as a base for new endpoints
  • Please remove any sensitive information from the requests and responses, like your bearer token, email or password.

License

The Unlicense

About

Research and archival resources around https://loops.video

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages