K
K
Karponter2016-02-12 01:01:36
C++ / C#
Karponter, 2016-02-12 01:01:36

What to read on sanitizing C++ code?

In general, the bottom line is that I have a need to run custom C ++ code on my server.
Before launching, I want to track down all sorts of malicious, unpleasant things that they (maybe) will try to hack me with.
All sorts of obvious things, like spawning files and threads, are obvious. I would like to find articles, reading material, or just the experience of habrousers about all sorts of specific pitfalls that I need to track in user code. Your thoughts?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Taratin, 2016-02-12
@Taraflex

You don't need to touch the code.
Run programs in virtual machines with limited resources.
For example in QEMU

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question