REBot icon indicating copy to clipboard operation
REBot copied to clipboard

A discord bot for reverse engineers and exploit developers.

Results 16 REBot issues
Sort by recently updated
recently updated
newest added

Simple Docker setup for REBot for those who want to self host it.

Hello, I seem to be unable to add the bot to my discord server. This is what I get when trying go use the official invite link. ![Screenshot_20230706-173841_Chrome](https://github.com/Cryptogenic/REBot/assets/44909372/7b41e599-aeda-4afe-a92c-f4d8362ed783)

A new `x86_16` architecture is added to allow decoding instructions in real mode. This is useful especially for relative jumps where the jump depends on the instruction. Fixes #21 This...

Sadly adding an address and operand size override does not work for all instructions. `E9` (jmp rel16; Jump near, relative, displacement relative to next instruction) which is a jump that...

I’ve been using this for a while and something I often notice is that whichever arm architecture REBot uses isn’t the same one I’m using. I’m using ARMv5t and the...

Allows a user to get executable information for both ELF's and ~~PE files~~. Edit: PE file support has been moved to milestone 1.2.

enhancement

A feature that will tell you mitigations that are enabled on a binary.

enhancement

Will take an input of ASM and allow register setting and output for a very simple symbolic execution feature.

enhancement

For generating generate plausible nonsense on demand, fed by regular conversations.

enhancement
good first issue