JoseAlvarez wrote:Hola a todos, amigos...
Solo por curiosidad; ¿qué tan seguro es un .exe compilado con harbour + BCC ?
Suponiendo que se deje dentro del codigo fuente algun dato sensible, como variable char, por ejemplo el usuario y clave de conexion a mysql.
cUser:="xxx"
Passw:="yyyy"
¿Hay posibilidad que de alguna manera alguien pueda verlo? Con un editor de ejecutables, por ejemplo, o de otra manera.
Gracias.
#pragma TEXTHIDDEN( 1 )
.../...
#pragma TEXTHIDDEN( 0 )
karinha wrote:Maestro Navarro, no si usa PECOMPACT. Firma el ejecutable o si es un antivirus muy molesto o malo, simplemente ponga el .EXE en las excepciones.
No recomiendo UPX.exe en absoluto.
Enrico Maria Giordano wrote:karinha wrote:Maestro Navarro, no si usa PECOMPACT. Firma el ejecutable o si es un antivirus muy molesto o malo, simplemente ponga el .EXE en las excepciones.
No recomiendo UPX.exe en absoluto.
Why not? It wotks perfectly. PECOMPACT is a dead project.
karinha wrote:Good morning Master Enrico. When I used UPX.exe, I had many problems with several anti-viruses, which would not let the .EXE run, or simply send it to quarantine. We stopped using it and started using PECOMPACT, we never had any problems again. It may be that today there is a new version of it that works well, I don't know.
Enrico Maria Giordano wrote:karinha wrote:Good morning Master Enrico. When I used UPX.exe, I had many problems with several anti-viruses, which would not let the .EXE run, or simply send it to quarantine. We stopped using it and started using PECOMPACT, we never had any problems again. It may be that today there is a new version of it that works well, I don't know.
I tried PECOMPACT recently and found the very same problem with the antiviruses (but keep in mind that this is a problem with the antiviruses not with the compressors). And, as I said, PECOMPACT is a dead project. And UPX, with the --lzma option, compresses more than PECOMPACT.
I don't see any reason to use PECOMPACT instead of UPX.
C:\PECOMPACT\PEC2 /NB /EMP:Y /TM:Y /CR:Y /MC MYPROGRAM.Exe
karinha wrote:Master Enrico, I respect your opinion. Mine is that PECOMPACT even in older versions is much safer than UPX.exe.
karinha wrote:Master Enrico, how did you compact your .EXE using PECOMPACT, like this?
Maestro Enrico, ¿cómo compactaste tu .EXE usando PECOMPACT, así?
- Code: Select all Expand view RUN
C:\PECOMPACT\PEC2 /NB /EMP:Y /TM:Y /CR:Y /MC MYPROGRAM.Exe
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: No registered users and 59 guests