Aaron Esau
Aaron Esau
Tried from two separate google accounts + computers
Hey! When I run `sudo ./ml_manage.sh load`, it returns no output, but my mouse pointer disappears until I unplug and re-plug it back in. Then, I execute `gcc -o ml_control...
While sending a file to the calc from Linux... ``` ticalcs-INFO: Sending one or more variables: ticalcs-INFO: PC->TI: Request to Send ticalcs-INFO: workaround_send: vtl->size=38 raw->size=44 ticalcs-INFO: folder=, name=ZTETRIS, size=3320, nattrs=3...
Hey. I'm not sure if this would work, but would it be possible to deauth the clients of the AP you're trying to clone, then run the fake one so...
You `malloc`ate a chunk for each request but don't free it. See below: ``` struct packet* data = (struct packet*) malloc(size_packet); ``` It never `free`s it though.
``` $ heaptrace -F /bin/bash -c 'help & help & help' > /dev/null ... ... #3232: malloc(0x10) = 0x555555683a10 ... #3233: malloc(0x20) = 0x555555683a30 ... #3234: malloc(0x20) = 0x555555683a60 ......
Need to split it up into multiple files if possible. At least split some of the bigger functions up
Literally changing it in any way makes it better code lol
Alert user when __free_hook and __malloc_hook get updated, if symbols are available. Hardware watchpoint?
``` ... #471: malloc(0x18) = 0x7ffff792da40 ... #472: malloc(0x18) |-- warning: return value is not a heap pointer | * this indicates some form of heap corruption | * pointer...