reverse engineering
4.06K subscribers
105 photos
11 videos
25 files
146 links
◉ A channel for learning and discussing about reverse engineering


◉ We aren't accepting any illegal works, we are here to help, learn and gain new skills

◉ Owner @M0habozaid
◉ Egypt 🇪🇬

Please don't PM ask in discussion group except in necessity
Download Telegram
Anthropic has just released Claude Fable 5 and it's powerful than opus models (and x2 usage of opus 😅😂)

You can use it now if you are subscribed to any claude plan (not for the free subscription)

I am excited to see results
3
You can use Z.ai GLM5.2 (z-ai/glm-5.2-freel) and stepfun 3.7 flash (stepfun/step-3.7-flash-free) for free now for a limited time by Zenmux AI gateway (opencode partenar -zen gateway-)or the chat client directly on the website

GLM5.2: https://zenmux.ai/z-ai/glm-5.2-free

Stepfun 3.7: https://zenmux.ai/stepfun/step-3.7-flash-free

Sample openai compatible API requests to integrate:

- GLM5.2:
curl https://zenmux.ai/api/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $ZENMUX_API_KEY" \
-d '{
"model": "z-ai/glm-5.2",
"messages": [
{
"role": "user",
"content": "What is the meaning of life?"
}
]
}'

- Stepfun 3.7:
curl https://zenmux.ai/api/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $ZENMUX_API_KEY" \
-d '{
"model": "stepfun/step-3.7-flash-free",
"messages": [
{
"role": "user",
"content": "What is the meaning of life?"
}
]
}'

They support also:
POST /v1/responses (openai compatible)
POST /anthropic/v1/messages (anthropic compatible requests)

@reverseengineer101
8
Developers mistakes (laziness) 🥴

Me at 2 am: 😎 🎯 💻
❤‍🔥64🔥2👎1🥰1🤝1
6🤔5👍1👀1
I have came across this by chance I did not imagine that someone will ask that on official Microsoft Learn Pages 😄
😁136
Mt manager new feature MCP server 😎

Really a great addition to mt manager that I loved

In this screenshot pi agent is running and using mt manager MCP server tools to analyze android apks, this will save much more time and the great thing that you can expose that server to your local network and use by any connected devices

@reverseengineer101
9🔥5👍4🥰1
Not the longest course I attended but I am happy that I got it
👏10👍52