David Milosevic
David Milosevic
Hi all, I was working on a new heap exploitation technique for older versions of glibc (< 2.27). House of Gods hijacks the thread_arena within only 8 allocations (9 if...
Currently the binary reader will return failure (illegal symbols in hex file) on newlines at end of file. This exception can be avoided by removing the newline at end of...
vcdump driver might not work properly. The driver does not notice the very first value change. Maybe @pointbazaar, the creator of the vcdump driver, could fix this issue.
This project is currently looking for contributors. Following "subsystems" need further work: ### Driver Drivers are (small) programs/utilities demonstrating the usage of libvmcu. For example the driver "findisr" which is...
Label Analyzer does not find potential label at address 0x0000 if it was target of a relative branch/jump. For example: ```assembly loop: ldi r16, 0xff ldi r17, 0xff rjmp loop...
Some instructions in the AVR instruction-set share the same opcode but have a different mnemonic. Remove: - bclr (we already have cl) - brcs (we already have brlo) There might...
SFR behaviour (on read/write access) should be moved to peripheral modules. For example, write_TCCR0B should call timer8_write_tccr0b.