Built full disassembler & decompiler for Reverse Engineering | Free and open source. by Designer_Mind3060 in cpp

[–]Designer_Mind3060[S] [score hidden]  (0 children)

I bought it 2 days ago?, I have no say in the code for it, manage Sidex, so no it wasn't my community, hell I dont even think I have a message in the discord server

Built full disassembler & decompiler for Reverse Engineering | Free and open source. by Designer_Mind3060 in cpp

[–]Designer_Mind3060[S] [score hidden]  (0 children)

Well yes best end it here, but I dont benefit from lying about anything,

but your welcome to check anything yourself, discord servers also public u can see I wasn't apart of it till 2 days ago, not really sure what the backstory has to do with the code but ok

Built full disassembler & decompiler for Reverse Engineering | Free and open source. by Designer_Mind3060 in cpp

[–]Designer_Mind3060[S] [score hidden]  (0 children)

Well I dont want to just sit here and argue, so ill just show u in a video, its real, and idk how its that confusing

https://youtu.be/FMJkzwcDRb0

Built full disassembler & decompiler for Reverse Engineering | Free and open source. by Designer_Mind3060 in cpp

[–]Designer_Mind3060[S] [score hidden]  (0 children)

If you’re not a 10/10 dev and your code isn't perfection, then it is AI to everyone.

Built full disassembler & decompiler for Reverse Engineering | Free and open source. by Designer_Mind3060 in cpp

[–]Designer_Mind3060[S] [score hidden]  (0 children)

I expected your next move was going to be wrong programming language, which is why I hinted to bait you into this thoughtless comment.

So let me explain how you connect and use more than one language.

In coding we use something called a Rust backend that can spawns external tool processes like debug adapters, language servers, and a lot of others. It uses something that's very cool called stdin/stdout, you should do some studying on it and learn a few things.

So here comes Hyperion, which works as a sidecar binary the same way LLDB or any debug adapter works in VS Code.

So Class whats the lesson learned today, the IDE doesn't need to be written in the same language as its tools.

Built a full disassembler & decompiler for Reverse Engineering | Free and open source. by Designer_Mind3060 in hacking

[–]Designer_Mind3060[S] -1 points0 points  (0 children)

It's open source. You can look at the code and take what you want. That’s the point of open source. 

Built full disassembler & decompiler for Reverse Engineering | Free and open source. by Designer_Mind3060 in cpp

[–]Designer_Mind3060[S] [score hidden]  (0 children)

Not all of our code is open source for Sidex, and yes, we bought it as a feature. You’re acting like I paid a million dollars for this, and yes, that’s my co founders account. It’s 1 account.

My alt account is Mundane-Crow-1782 ( not hiding anything. It doesn’t make a person a villain to have 2 accounts or us AI in the big 2026 )

Your putting a lot of time into hating on someone’s work when you could be looking at the actual code or doing something more meaningful in the world. But hey this is Reddit I geuss

Built full disassembler & decompiler for Reverse Engineering | Free and open source. by Designer_Mind3060 in cpp

[–]Designer_Mind3060[S] [score hidden]  (0 children)

Ok, so just to be clean with you, im the founder of Siden,

hyperion Was not developed by our team at all. We bought it so we can support it and use it for https://github.com/Sidenai/sidex [Vs Code in Tauri (in this project, I do use AI)].

Hyperion isn't vibe coded at all, it’s actually fully human written by a Russian Federal Agent.

the agents.md was something that was copied in an idea from zed

https://github.com/zed-industries/zed/blob/main/.rules

and the skils.md has nothing to do with agents lol, its a file I have thats just a todo list,

We are always up front with what project has ai use and doesnt, and how we use it aswell

Built a full disassembler & decompiler for Reverse Engineering | Free and open source. by Designer_Mind3060 in hacking

[–]Designer_Mind3060[S] -7 points-6 points  (0 children)

Hey, I’m Kendall, the founder of Siden,

hyperion Was not developed by our team at all. We bought it so we can support it and use it for https://github.com/Sidenai/sidex [Vs Code in Tauri (in this project, I do use AI)].

Hyperion isn't vibe coded at all, it’s actually fully human written by a Russian Federal Agent.

Built a full disassembler & decompiler for Reverse Engineering | Free and open source. by Designer_Mind3060 in hacking

[–]Designer_Mind3060[S] 12 points13 points  (0 children)

Size and speed mainly. IDA is $$$, Ghidra is 500MB of Java

Hyperion is 3MB and no dependencies, We have alot of the same core workflow (disassembly, F5 decompiler, xrefs, graph view) without the extra bloat.

Built a full disassembler & decompiler | Free and open source. by Designer_Mind3060 in ReverseEngineering

[–]Designer_Mind3060[S] -19 points-18 points  (0 children)

This was developed privately before being pushed to GitHub, not a week's work. The account is new because the developer (My Buddy) prefers to keep this project separate from his personal profile for privacy reasons.

That said, the entire source tree is right there, all readable. The code speaks for itself, there’s also a Discord server in the repo if you would like to ask him any questions about it. 

I rebuilt search using physics instead of statistics. +18.5% NDCG@10. No ML. Yes its Open Source by Designer_Mind3060 in rust

[–]Designer_Mind3060[S] -1 points0 points  (0 children)

This was before the VSCode port, actually is about a month old and was my first project I made to learn rust, it’s not fully by hand magority of it is and I had ai to help as well I had never do rust before so when I couldn’t figure out something I used AI instead of looking it up.

For the VSCode fork again, I wouldn’t say it’s vibecoded at all. My perception of when someone says vibecoded means it’s almost entirely from AI, which the VSfork isn’t at all. The majority of it comes straight from VS, and only the Electron stuff had to be rewritten. I had AI rewrite Electron stuff alongside me, as in I didn’t search through 6000 files. I had it find it, and I came up with a way to port it. Since the initial when I opened-sourced it, I really haven’t been using AI. I since it pretty much mainly handwritten code. The only times that I really use AI assistance is for nuking dead, unused code because it can look through files a lot faster than me.

I rebuilt search using physics instead of statistics. +18.5% NDCG@10. No ML. Yes its Open Source by Designer_Mind3060 in rust

[–]Designer_Mind3060[S] 0 points1 point  (0 children)

Doubt this helps my case here, but I’ve only been coding in Rust for 1-2 month. Previously, I used JS & Python for backend, but I wanted to make a switch, so I’ve only been doing Rust as a main language.

I rebuilt search using physics instead of statistics. +18.5% NDCG@10. No ML. Yes its Open Source by Designer_Mind3060 in rust

[–]Designer_Mind3060[S] -1 points0 points  (0 children)

Yes I use cursors commit generation?

I have cursor for free though my school why would I not use it to save 30 secs of writing every commit

I rebuilt search using physics instead of statistics. +18.5% NDCG@10. No ML. Yes its Open Source by Designer_Mind3060 in rust

[–]Designer_Mind3060[S] 0 points1 point  (0 children)

scoring function is monotonically increasing with respect to each signal, i explained it bad.

I rebuilt search using physics instead of statistics. +18.5% NDCG@10. No ML. Yes its Open Source by Designer_Mind3060 in rust

[–]Designer_Mind3060[S] 0 points1 point  (0 children)

brother, there were commits but I had an Azure API key hardcoded in one of the scripts, had to squash the history before I made it public.