Questions tagged [program-analysis]
16 questions
2
votes
2 answers
Running an optimization pass on an IR
Looking around for IR's used for reverse engineering, I find quite a few interesting ones. Assuming that I have a function that I'm trying to reverse engineer, I'm considering the following approach.
Lift the assembly to an IR, run an optimisation…
user1743
1
vote
1 answer
Can somebody recognize this programming language?
I'm curious in which programming language or script language is this written,
any idea?
[Dashboard\Alfa Romeo\147 93C86]
Size(280,270); // ширина и высота
Form
{
Form {
Group("Пробег",35,13,120,50)
{
Digit(Distance," ",5,18,70);
…
Chris
- 21
- 1
- 3
0
votes
2 answers
Is there a standalone cli tool which can detect which programming language a binary was written in?
I want to run a quick analysis on a very large number of binaries and determine the language of each one.
Natan Yellin
- 103
- 2