Загрузка видео...

Не удалось загрузить видео

На главную

NEW TOOL: It's a fully in-browser binary/file analysis tool with a hex editor. Features: - Hex editor and you can save the edited file - Mach-O symbols - ELF and PE basic metadata - Zip file contents - Fully client-side in-browser, so it is private and the files are...

142,543 просмотров • 1 год назад •via X (Twitter)

Комментарии: 12

Фото профиля solst/ICE
solst/ICE1 год назад

Use it now at

Фото профиля solst/ICE
solst/ICE1 год назад

ah btw the hex dump viewer doesn't really work well on mobile but who's using a hex editor on mobile???

Фото профиля Matt Figdore
Matt Figdore2 лет назад

This is the biggest productivity cheat code right now. Kiss reading documents goodbye. You can get an instant summary of any document with this tool.

Фото профиля SEGFAULT_SECURE™️
SEGFAULT_SECURE™️1 год назад

> Welcome to Social Graph Theory, a new college program invented by Founding Partner (and future Secretary of State): Caleb Oscar Ditchfield." Apparently that was what was in my copy paste buffer. Near. Lol. > Mach-O symbols Cool name, time to go Google that. Thx seems cool!

Фото профиля Dmitriy Kovalenko
Dmitriy Kovalenko1 год назад

Oh I thought this happens in terminal. If you can somehow port it it’s gonna be a blast lol

Фото профиля The Homeless Hacker 🎗️
The Homeless Hacker 🎗️1 год назад

I'm loving this, but did you notice the annoying bug yet? I passed it an EICAR zip file and when hitting the down arrow, the page contents completely disappear. Awesome colour choices, too!

Фото профиля solst/ICE
solst/ICE1 год назад

Oh interesting I’ll test that and fix

Фото профиля chatrli
chatrli1 год назад

wait a minute ! did you make the first infosec tool with a pleasant UI?

Фото профиля SEGFAULT_SECURE™️
SEGFAULT_SECURE™️1 год назад

Oooooo

Фото профиля Luna0wl
Luna0wl1 год назад

Really sexy!

Фото профиля Ernie
Ernie1 год назад

Super cool!

Фото профиля solst/ICE
solst/ICE1 год назад

Thanks! Happy to hear any feedback

Похожие видео

Bash is all you need! Which is why I'm introducing my holiday project: just-bash just-bash is a pretty complete implementation of bash in TypeScript designed to be used as a bash tool by AI agents. Because it turns out agents love exploring data via shell scripts, even beyond coding. It comes with grep, sed, awk and the 99th percentile features that an agent like Claude Code or Cursor would use. In fact, Claude Code can use it for secure bash execution. In the package - A bash-tool for AI SDK - A binary for use by yourself or your coding agents - An overlay filesystem to feed files to your agent securely - A Vercel Sandbox compatible API, so you can quickly upgrade to a real VM if you need to run binaries - An example AI agent that explores the just-bash code base using just-bash - I imported the Oils shell bash compatibility suite and just-bash passes a very good chunk What is interesting about this codebase: It was essentially entirely written by Opus 4.5. Coding agents love bash and they are good at reproducing it. They are also great at text-book recursive descent parsers and AST tweet-walk interpreters. That said, it is, like, a lot of code and I didn't read it all 😅. This is very much a hack, but it also seems to be _really_ useful. I haven't really found anything agents want to use that it doesn't support and it's fast and secure (caveats apply). It doesn't have write access to your computer and the filesystem is given a root that the agent cannot escape from. Find it at Related: Our recent blog post how we migrated our data analysis agent to bash tools and achieved incredible quality improvements The video shows the example agent investigating the just-bash code base

Malte Ubl

124,713 просмотров • 5 месяцев назад

Today, we’re pushing a major update to Edison Analysis, our data analysis agent, which is tuned for scientific research and SOTA across data analysis benchmarks. In contrast to Kosmos, which runs for 6-12 hours and produces tens of thousands of lines of code, Edison Analysis runs for seconds to minutes and is best for specific, well-defined computational tasks. It is available both on our platform under the Analysis tab, and via API, and costs only one credit per run, so it is available to users on both free and paid tiers. Edison Analysis is a modified version of the data analysis agent Kosmos uses in its trajectories. Try it out! One of the most important improvements over our previous data analysis agents has been the addition of a specialized data retrieval tool. Edison Analysis can either use this tool to access data, or can pull data down directly via API. To evaluate this tool, we ranked the most commonly used public data repositories across recent papers from BioRxiv, and created a new benchmark that measures the ability of a language agent system to retrieve raw data from those sources. Edison Analysis gets 71% on this benchmark, and we’ll be working to increase this over time. You can read more about our benchmarks in the our blog post, link below. Some features worth highlighting: 1. Edison Analysis produces a report on the analysis it runs, along with a Jupyter notebook that you can download to reproduce the analysis yourself. Every figure it produces is linked back to the specific lines of code used to produce the figure, to make it easy to reproduce. 2. It works well with both Python and R. 3. One of the best uses for Edison Analysis is to use it to retrieve datasets that you can then analyze with Kosmos. We have a bunch of major improvements to Edison Analysis coming in the next few months that we’re excited to share. In the meantime, congratulations to the team, especially Ludovico Mitchener, Jon Laurent, Conor Igoe , Alex Andonian, and many more.

Sam Rodriques

61,667 просмотров • 6 месяцев назад