The compiler tag has no wiki summary.
-1
votes
1answer
63 views
Compilation Error “fatal error: openssl rc4.h: No such file or directory” [closed]
I am trying to compile the following exploit http://pastebin.com/pxy4GiFQ to use it against one of my lab machines.
I am trying to compile it inside KALI machine and get the following error:
...
1
vote
0answers
24 views
Where can I find source code of a compiler that secures a circuit (or attemps to)? [migrated]
In this paper on pg. 1239 under the section "Using an LDS Compiler Instead of OCL Compiler" the authors discuss why they decided to use LDS and how it solved problems of OCL.
I am sure these two ...
-1
votes
1answer
138 views
Exploit Compilation Problem [closed]
I am trying to compile the following exploit:
http://www.exploit-db.com/exploits/10613/
But get the following error:
local.c:12:22: fatal error: asm/page.h: No such file or directory
compilation ...
0
votes
1answer
63 views
What's the point of storing an copy of args? (the /gs flag)
When you add the /gs argument to microsoft's compiler, it would place a copy of args below the buffer variable.
So, what's the point of keeping a copy of arg?
2
votes
2answers
157 views
In Visual Studio, what are the risks of simply opening an untrusted project? What are the mitigations?
I'm looking at the source code of some potentially hostile code. As usual, VS 2012 is giving me the security warning: "You should only open projects from a trustworthy source" ... "ask me for every ...