Jump to content

How can i change the attributes of a .exe file?

I need to change not just the time stamp

but also the copyright and the legal trademark...

I made the program myself but for some reason can't edit that so i would like to add

it myself externally thanks!

Link to comment
Share on other sites

Link to post
Share on other sites

6 minutes ago, MoJoMax said:

I need to change not just the time stamp

but also the copyright and the legal trademark...

I made the program myself but for some reason can't edit that so i would like to add

it myself externally thanks!

<-- Moved to Programs, Apps and Websites -->

 

Why would you need to change the Copyright and Legal Trademark of a file?

Community Standards | Fan Control Software

Please make sure to Quote me or @ me to see your reply!

Just because I am a Moderator does not mean I am always right. Please fact check me and verify my answer. 

 

"Black Out"

Ryzen 9 5900x | Full Custom Water Loop | Asus Crosshair VIII Hero (Wi-Fi) | RTX 3090 Founders | Ballistix 32gb 16-18-18-36 3600mhz 

1tb Samsung 970 Evo | 2x 2tb Crucial MX500 SSD | Fractal Design Meshify S2 | Corsair HX1200 PSU

 

Dedicated Streaming Rig

 Ryzen 7 3700x | Asus B450-F Strix | 16gb Gskill Flare X 3200mhz | Corsair RM550x PSU | Asus Strix GTX1070 | 250gb 860 Evo m.2

Phanteks P300A |  Elgato HD60 Pro | Avermedia Live Gamer Duo | Avermedia 4k GC573 Capture Card

 

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, Skiiwee29 said:

Why would you need to change the Copyright and Legal Trademark of a file?

Beacuse i made it and i cant change it.

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, MoJoMax said:

Beacuse i made it and i cant change it.

If you made the program yourself, then edit those properties in whatever IDE you're using and recompile.

Remember to either quote or @mention others, so they are notified of your reply

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, Eigenvektor said:

If you made the program yourself, then edit those properties in whatever IDE you're using and recompile.

It's just greyed out when i change those attributes

i remember being able to change them but not now..

 

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, MoJoMax said:

It's just greyed out when i change those attributes

i remember being able to change them but not now..

Which IDE and language are you using? There's probably some manifest or similar you need to edit.

Remember to either quote or @mention others, so they are notified of your reply

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, Eigenvektor said:

Which IDE and language are you using? There's probably some manifest or similar you need to edit.

 

gryedout.png

i know

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, Murasaki said:

Looks like the program is limiting your ability to change those (maybe a Pro feature?)

Well i did remember being able to edit that..

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, Murasaki said:

Looks like the program is limiting your ability to change those (maybe a Pro feature?)

Yep, it's a (discontinued) free edition, so it seems normal that they don't allow to change that. Maybe it was possible with some older version though.

Remember to either quote or @mention others, so they are notified of your reply

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, Eigenvektor said:

Yep, it's a (discontinued) free edition, so it seems normal that they don't allow to change that. Maybe it was possible with some older version though.

I'm not gonna sell this program or anything i just want to make look more formal.

I just want to hide any relation to it.

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, MoJoMax said:

I'm not gonna sell this program or anything i just want to make look more formal.

I just want to hide any relation to it.

Btw i would also like to know how to sign my program to make it less suspicious for users that might think it's a virus or something crazy like that..

beacuse there is a feature in the program to sign my executable with a external program:  SignTool.exe or

SignCode.exe

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, MoJoMax said:

Btw i would also like to know how to sign my program to make it less suspicious for users that might think it's a virus or something crazy like that.. 

You need a code signing certificate for that, which you can purchase from a CA and is usually valid for 1–3 years. I'm pretty sure that would also require a paid version of AutoPlay, if it supports that feature.

Remember to either quote or @mention others, so they are notified of your reply

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, MoJoMax said:

I'm not gonna sell this program or anything i just want to make look more formal.

I just want to hide any relation to it.

Theres software like PE Explorer and others which can modify resources and version info so go with that. Should work unless Autoplay Media Studio somehow put protections on the assembly in question. As for signing the program I think it involves buying a certificate to sign it with (its not cheap).

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, Eigenvektor said:

You need a code signing certificate for that, which you can purchase from a CA and is usually valid for 1–3 years. I'm pretty sure that would also require a paid version of AutoPlay, if it supports that feature.

:( Forget about the code signing..

I have program called Attribute changer but i cant seem to change anything else but the date

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, Murasaki said:

Theres software like PE Explorer and others which can modify resources and version info so go with that. Should work unless Autoplay Media Studio somehow put protections on the assembly in question. As for signing the program I think it involves buying a certificate to sign it with (its not cheap).

Is there any program like PE explorer

beacuse i have a similar program but it only lets you to view those file but not edit them..

Link to comment
Share on other sites

Link to post
Share on other sites

3 minutes ago, MoJoMax said:

Is there any program like PE explorer

beacuse i have a similar program but it only lets you to view those file but not edit them..

Attribute changer looks like its limited to simple file attributes like dates, file flags and other small things. Try PE Explorer.

Link to comment
Share on other sites

Link to post
Share on other sites

4 minutes ago, MoJoMax said:

Is there any program like PE explorer

beacuse i have a similar program but it only lets you to view those file but not edit them..

also the .exe is saved a auto run. if i open it inside 7 zip 

i can see the actual.exe

but trying to open that asks me for a password for some reason..

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, MoJoMax said:

also the .exe is saved a auto run. if i open it inside 7 zip 

i can see the actual.exe

but trying to open that asks me for a password for some reason..

So it's a sfx archive (executable portable zip) with a password. Theres the protection, you're out of luck there I'd say.

Link to comment
Share on other sites

Link to post
Share on other sites

This is what i edited in PE explorer (i could not find the rest copyright, and legal trademarks..)

:xmledit.png.34b62e62e1f47a203d993f8d53b942a3.png

 

So i saved everything but trying to open the modified .exe

 i get an error saying: The application failed to start beacuse the side-by-side configuration file is incorrect.

Please see the application event log or use the command-line systrace.exe tool for more detail/

Link to comment
Share on other sites

Link to post
Share on other sites

Thanks for your help i was able to change it now :)

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×