Slack-ASM
- 19 Devlogs
- 34 Total hours
A slack bot written in pure x86-64 assembly (with ARM support) :hehe: Channel: https://hackclub.enterprise.slack.com/archives/C0B8BL6P3T3
A slack bot written in pure x86-64 assembly (with ARM support) :hehe: Channel: https://hackclub.enterprise.slack.com/archives/C0B8BL6P3T3
Anyway on to the changes..
load_bot_token function to extract the bot token from the environment buffer.slack_send_http_post function for making HTTP POST requests to Slack API with optional authorization.slack_fetch_channel_ts to utilize the new bot token for API calls.slack_send_http_post.memmem function for searching byte sequences in memory.
The screeny below is from after i ram /slack-asm help
What happened is it deleted the /slack-asm help msg and instead replied in my most recent other message
We have Full HTTPS working end-to-end
This includes but not limited to:
We integrating this bad boy with slack api 
PS: ignore the bad request part in the image below
Frick me, most of this devlog what trying to fix one single bug.
The hardest part of this devlog was fixing the stupid bugs i had.
Basic project repo setup & Skeleton of the app