Page 1 of 1

SavageEd2

Posted: Thu Oct 27, 2011 2:13 pm
by donald
SavageEd2 is a new project that expands on the features of the famous SavageEd.

SavageEd2 is a very small and fast Windows notepad replacement written in x86 assembly language (HLA).

It can edit files of any size, limited only by memory.

It can encrypt text files using AES encryptionwith 256 bit key (max 32 character password) in .enc format.

It has advanced Pattern searching features.

Unlike the famous SavageEd it has no option to write to the registry and is portable by default.

SavageEd2 V0.02.00 is a BETA though it has been available since 11/27/2010

Vote Your Preference: http://www.portablefreeware.com/index.php?id=2186

Re: SavageEd2

Posted: Wed Sep 16, 2020 5:42 pm
by hamasaki
Links are dead for this now.

Re: SavageEd2

Posted: Thu Sep 17, 2020 5:30 pm
by juverax
It seems that savageEd is still developed, possibly by a different developer (the original developer is Sevag Krikorian, who is also the author of HIDE, an IDE for programming in HLA, see https://www.softpedia.com/get/Programmi ... HIDE.shtml .

SavageEd has a page on github: https://github.com/Androthi/SavageEd with the source code only.
In the right pane, click https://sites.google.com/view/androth/h ... l-assembly to download a compiled version for Windows (version: 0.5.4), this will take you to: https://drive.google.com/file/d/1ZNGVtv ... u_-I8/view

Virustotal analysis: 6/67 ( https://www.virustotal.com/gui/file/61c ... /detection )

Possibly, this version is a fork of the original SavageEd, and that would explain the different versioning system.

Given the difficulty to locate some applications, and this is the case with SavageEd, could TPFC host local copies of these "difficult-to-find apps", that are worth archiving?

I tried to save on https://web.archive.org/ the two pages:
https://sites.google.com/view/androth/h ... l-assembly
https://drive.google.com/file/d/1ZNGVtv ... u_-I8/view
. . . Apparently everything went well, and the challenge is now to retrieve the pages from the archive.org!

Re: SavageEd2

Posted: Sun Jul 04, 2021 3:24 pm
by @thehop
## 07/02/2021 0.6.03
HP: https://github.com/Androthi/SavageEd/
CL: https://github.com/Androthi/SavageEd/co ... be3ce0feb0
- Changed behavior in where SavageEd looks for SavageEd.ini file.
It will look in current folder first, if found, SavageEd will use that .ini profile.
If there is no .ini file in the SavageEd folder, it will look
for one in "%USERPROFILE%\config\SavageEd.ini"
If that file exists, SavageEd will use that file as the profile.
If neither exists, SavageEd will create one in the current folder as normal.
- SavageEd.md documentation is no longer required as an additional file,
the documentation is now embedded in the .exe
DL: https://github.com/Androthi/SavageEd/releases

Re: SavageEd2

Posted: Sun Jul 04, 2021 3:48 pm
by webfork
@thehop wrote: Sun Jul 04, 2021 3:24 pm It will look in current folder first, if found, SavageEd will use that .ini profile.
If there is no .ini file in the SavageEd folder, it will look
for one in "%USERPROFILE%\config\SavageEd.ini"
If that file exists, SavageEd will use that file as the profile.
If neither exists, SavageEd will create one in the current folder as normal.
- SavageEd.md documentation is no longer required as an additional file,
the documentation is now embedded in the .exe
Wish every program would do it this way. Except the documentation bit, I sometimes prefer it as a separate file.

Re: SavageEd2

Posted: Sun Jul 04, 2021 9:02 pm
by SYSTEM
@thehop wrote: Sun Jul 04, 2021 3:24 pm ## 07/02/2021 0.6.03
Thanks, entry updated.

Re: SavageEd2 0.6.03

Posted: Mon Jul 05, 2021 2:03 am
by __philippe
SavageEd 0603 : VirusTotal detection 19/74...does taste a bit rich to me... :roll:

Code: Select all

C:\sigcheck  -a -q -v savageed.exe

c:\SavageEd.exe
        Verified:       Unsigned
        Link date:      12:36 02/07/2021
        Publisher:      n/a
        Company:        n/a
        Description:    n/a
        Product:        n/a
        Prod version:   n/a
        File version:   n/a
        MachineType:    32-bit
        Binary Version: n/a
        Original Name:  n/a
        Internal Name:  n/a
        Copyright:      n/a
        Comments:       n/a
        Entropy:        6.318
        VT detection:   19/74
        VT link:     https://www.virustotal.com/gui/file/23bb5b64ac3c27c115b9ee698a41433eb19e55ef48319a7d28beecd31f85086f/detection

Re: SavageEd2

Posted: Tue Jul 06, 2021 6:25 am
by Midas
Mod note: Posts about the original SavageEd moved to the dedicated topic: viewtopic.php?t=2136.

BTW, features requested at https://github.com/Androthi/SavageEd/issues/2.

Re: SavageEd2

Posted: Wed Sep 08, 2021 6:12 am
by Midas
SavageEd2 Beta v0.9.31 released (changelog at github.com/Androthi/SavageEd/blob/master/CHANGE_LOG.md).