x64dbg icon indicating copy to clipboard operation
x64dbg copied to clipboard

Support downloading compressed objects from 'remote'

Open code-ape opened this issue 3 years ago • 2 comments

What would you like to be added: My team is creating a cache of all pre-built nexe objects (os + node versions) and uploaded them all as compressed objects (using gzip). But when we went to use them, we discovered nexe doesn't appear to support compressed object download for remote URL.

Why is this needed: It adds a bit of efficiency and flexibility to storing downloadable assets.

Proposed change (technical level): Nexe first checks for the file ending in .gz then the uncompressed one. If the compressed on is found, it is downloaded and decompressed.

code-ape avatar Mar 17 '21 13:03 code-ape

x64dbg-languages

torusrxxx avatar Jul 23 '16 07:07 torusrxxx

Looks good, thanks!

mrexodia avatar Jul 23 '16 10:07 mrexodia

I'm currently reworking the asset caching and api surface for that - https://github.com/nexe/nexe/discussions/851#discussioncomment-439618 If you have feedback can you add it there for continuity?

calebboyd avatar Mar 17 '21 13:03 calebboyd

I'm currently reworking the asset caching and api surface for that - #851 (comment) If you have feedback can you add it there for continuity?

@calebboyd: Done 🎉

code-ape avatar Mar 18 '21 00:03 code-ape