acheron2302
acheron2302
@serpilliere sorry for a late respond, on the picture above is the sb.dump() after i run through a block. Here ESP register value is equal to call_func_stack(…) and the memory...
Yeah you get the right idea @serpilliere. My following native code look like this: ``` @[ESP] = EAX, ESP = call ECX = @[ESP] ``` What i want is after...
> It seems to me that the best way to do this, given that we can't shoe horn complex matrices into the same infrastructure that we have for reals, would...
@greenozon how did you make the signature for the openssl 1.1.1 msvc? I tried to compile openssl 3.0.0 with msvc by clone the branch 3.0.0 and then run: ``` perl...
@greenozon this branch: https://github.com/openssl/openssl/tree/openssl-3.0.0
Here are the two lib file: https://www.sendspace.com/filegroup/6EhnO3HBif7F55Mr5HFa3Q
I think this one is hard because you will need to emulate how windows aslr work. But unless there is a program which we can test I don't think we...