| |

VerySource

 Forgot password?
 Register
Search
View: 958|Reply: 9

What is the difference between the four .exes generated by VB.NET

[Copy link]

1

Threads

3

Posts

4.00

Credits

Newbie

Rank: 1

Credits
4.00

 China

Post time: 2020-3-6 20:00:01
| Show all posts |Read mode
What is the difference between the four .exes generated by VB.NET?

In the VS.NET environment, after debugging and generating the application, four .exe files are generated.
E.g:
    .\bin\Debug\abc.exe '(1)
    .\bin\Release\abc.exe '(2)
    .\obj\Debug\abc.exe '(3)
    .\obj\Release\abc.exe '(4)
What's the difference between them?
Reply

Use magic Report

0

Threads

8

Posts

9.00

Credits

Newbie

Rank: 1

Credits
9.00

 United States

Post time: 2020-6-15 09:00:01
| Show all posts
debug is the debug version, and release is the release version.

bin is a binary file and obj is the target file.
You can use reflector to see whether the files in bin and obj can decompile the source code.
Reply

Use magic Report

1

Threads

3

Posts

4.00

Credits

Newbie

Rank: 1

Credits
4.00

 Invalid IP Address

 Author| Post time: 2020-7-18 15:00:01
| Show all posts
No, even the source code is out, what should I do?
Reply

Use magic Report

0

Threads

8

Posts

9.00

Credits

Newbie

Rank: 1

Credits
9.00

 China

Post time: 2020-7-22 16:45:01
| Show all posts
For .NET programs, if you don't obfuscate, you can directly generate the source code, except for the variable names, everything else is exactly the same.
Reply

Use magic Report

1

Threads

3

Posts

4.00

Credits

Newbie

Rank: 1

Credits
4.00

 China

 Author| Post time: 2020-8-13 07:30:01
| Show all posts
Confusion, what a confusion?
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-8-13 09:45:01
| Show all posts
You can use reflector to check the files in bin and obj to see if the source code can be decompiled.
Confusion, what a confusion?
Please advise
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-8-13 10:00:01
| Show all posts
There is a code obfuscator in the framework's own tools
Reply

Use magic Report

0

Threads

7

Posts

8.00

Credits

Newbie

Rank: 1

Credits
8.00

 China

Post time: 2020-8-13 16:45:01
| Show all posts
.\bin\Release\abc.exe' (2)

.\obj\Release\abc.exe' (4)

Is there a difference between these two?

Seems to be the same·#¥%…—
Reply

Use magic Report

0

Threads

1

Posts

2.00

Credits

Newbie

Rank: 1

Credits
2.00

 China

Post time: 2020-8-14 15:15:01
| Show all posts
Of course, VB. NET development program, if not mixed, you can indeed find the source code.
It seems to use the file ILDASM.EXE, but I can't remember it clearly.
Reply

Use magic Report

0

Threads

8

Posts

9.00

Credits

Newbie

Rank: 1

Credits
9.00

 China

Post time: 2020-8-14 16:30:01
| Show all posts
I don't know the difference between the file itself, the location is different.
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list