SavageEd2

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Post Reply
Message
Author
donald
Posts: 561
Joined: Wed Dec 19, 2007 4:14 am
Location: knoxville TN USA

SavageEd2

#1 Post 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

hamasaki
Posts: 197
Joined: Tue Apr 23, 2013 11:16 pm

Re: SavageEd2

#2 Post by hamasaki »

Links are dead for this now.

User avatar
juverax
Posts: 355
Joined: Mon Jun 11, 2018 5:19 am

Re: SavageEd2

#3 Post 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!

User avatar
@thehop
Posts: 16
Joined: Mon Aug 21, 2006 12:09 am
Location: in-my-world.at

Re: SavageEd2

#4 Post 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

User avatar
webfork
Posts: 10818
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: SavageEd2

#5 Post 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.

User avatar
SYSTEM
Posts: 2041
Joined: Sat Jul 31, 2010 1:19 am
Location: Helsinki, Finland

Re: SavageEd2

#6 Post by SYSTEM »

@thehop wrote: Sun Jul 04, 2021 3:24 pm ## 07/02/2021 0.6.03
Thanks, entry updated.
My YouTube channel | Release date of my 13th playlist: August 24, 2020

User avatar
__philippe
Posts: 687
Joined: Wed Jun 26, 2013 2:09 am

Re: SavageEd2 0.6.03

#7 Post 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

User avatar
Midas
Posts: 6705
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: SavageEd2

#8 Post 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.

User avatar
Midas
Posts: 6705
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: SavageEd2

#9 Post by Midas »

SavageEd2 Beta v0.9.31 released (changelog at github.com/Androthi/SavageEd/blob/master/CHANGE_LOG.md).

Post Reply