yying

Results 8 comments of yying

@uafio What is the base address as specified via the PE headers of `simple_echo_x64_NO_ASLR.exe`? I suspect what is happening here is that by setting `/DYNAMICBASE:NO`, relocations are not included in...

What are your compiler/linker arguments for `simple_echo_x64_NO_ASLR.exe`?

How did you change the image base value? Did you specify the `/BASE:` linker argument with the appropriate base address?

Ahhh, ok, that would explain the crashes. Also, I think it is required that the base address is 64K aligned (as per https://msdn.microsoft.com/en-us/library/f7f5138s.aspx). Can you give that a shot and...

Do we want to have a private and public rooms?

@hayzamjs You can configure your own STUN/TURN servers in https://github.com/trailofbits/tubertc/blob/master/settings.json and https://github.com/trailofbits/tubertc/blob/master/settings.json See https://easyrtc.com/docs/easyrtc_server_ice.php for formatting rules.

https://github.com/pions/turn might be a good candidate for a really simple TURN server

A naive approach for this would be "the button approach". If this is implemented, the normal resizing paradigm should not be difficult to implement.