Exetools

Exetools (https://forum.exetools.com/index.php)
-   General Discussion (https://forum.exetools.com/forumdisplay.php?f=2)
-   -   What editor for general use are you using? (https://forum.exetools.com/showthread.php?t=16769)

an0rma1 04-17-2015 15:58

What editor for general use are you using?
 
hi guys,

i've been using ultraEdit for last pair of years, but lately i becoming tired because in my point of view they are converting it in a monster, over featuring, etc, this is common in mature applications where developers are forced to keep adding new features everytime.

So i just was wondering what editor for general use (not particular, for example for coding python i am using now Komodo). For loading huge text file, doing text work, deleting columns, etc

They are a miriad of editors out there and i've used many of them, from old Brief and qEdit (now semware) and my loved Boxer (for dos) to new editors as vEdit (very powerful but difficult to use), and other programming editors as multiEdit, ultraedit, emura editor, sublime.... Small ones as Notepad++, etc...

Also about emacs and vi ;), i've tried vi many times but never got well with it, emacs never tried it but i know many people "lives" in it.

Your opinion sirs?

Maybe anyone could put a poll here? The forum support it?

reversing_solo 04-17-2015 16:45

Some weeks ago I switched me too from ultraedit and I choose sublimetext (www.sublimetext.com/).

Multiplatform, with useful features like column edit etc.

QuakeGamer 04-17-2015 16:51

Quote:

Originally Posted by an0rma1 (Post 99082)
Also about emacs and vi ;), i've tried vi many times but never got well with it, emacs never tried it but i know many people "lives" in it.

If you are willing to try console-based editors, i suggest having a look at vim. Its as powerful as vi is, but easier to master than vi.

Other than that, i'd suggest to have a look at sublime aswell.

Dreamer 04-17-2015 17:03

i am using sublime text its awesome for me

Conquest 04-17-2015 21:04

usually notepad++ , visual studio for c++ and sometime intelliJ for java (i DOnt usually code in java. recently started coding small applications)

Debugger 04-17-2015 22:22

Notepad++ ,Sublime text,Vim,Emac, SciTE text editor

Its up to you actually , there are plugin available if you need extra feature.

Sublime is very rich is plugin support.

SciTE is not everyone choice,give it try you might like it.

arthur plank 04-17-2015 23:27

My absolute favourite is SlickEdit. Multi-platform and extremely configurable.

0xd4d 04-18-2015 01:29

If you think UltraEdit has too many features, what's stopping you from using an older version? ;)

atom0s 04-18-2015 04:34

Notepad++ for typical stuff.
Visual Studio for programming.
Normal Windows notepad for quick notes while doing something.

arthur plank 04-20-2015 00:21

After reading this thread, I decided to try sublime. Might be worth experimenting further. If you want to try it too, you might find the link useful:

Link

Password is the name of a very good forum ;)

te$ter 04-20-2015 01:15

Small editor with mainly used features - Notepad2.
Also it is open source. So it is possible to customize it as you wish:)

N0P 04-20-2015 02:58

i have bought 010 editor because iam using it on win,linux,osx and binary templates are great feature :)

VodoleY 04-20-2015 03:10

hiew - for fast asm pathing
FlexHex - for bin editing (special copy formated arrays etc)
AkelPad or Notepad for fast remarks
PS
SlickEdit - 299$ OMG!!!
Sublime - slow

arthur plank 04-20-2015 15:22

Quote:

SlickEdit - 299$ OMG!!!
There is an advantage in being interested in reverse engineering ;)

an0rma1 04-20-2015 16:34

thanks all for suggestions!

i've set up notepad++ for general use now, plugins are a plus, i often sort text files (erasing dupes) and use a lot column sort, column filling/erase, etc...

Sublime is (2 and 3?) is very powerful, but i've read they stopped supporting it (still it's enough for anyone)

also @vodoley, great discovery of FlexHex, i've been using hiew for YEARS, and other hex editors in windows for minor work (neo, winhex), i know of some hexeditors that support "User-defined Data Types" (records), but i've tested flexhex, and works perfect for me!

sometimes i miss my old Boxer for dos ;), oh, and Aurora!, anyone used Aurora for DOS?

thanks all!

Evilcry 04-25-2015 15:08

The hex editor I love is 010 Editor, Binary Templates help me a lot when dealing with malware encrypted configurations.

As Text Editor I use Sublime 3.

BR,
Evilcry

niculaita 04-25-2015 19:23

http://www11.zippyshare.com/v/dxKx1qXM/file.html
http://www11.zippyshare.com/v/z4I7nQHo/file.html

would you please share some bin tamplates ?

Artic 04-25-2015 23:52

notepad++ for text edit
Ultraedit for hex edit
spyder for python

professor.frink 04-26-2015 02:44

usually notepad++

leetone 05-04-2015 13:21

Sublime Text 3 is my personal favorite.

But check this one out; free, open source, more plugins than sublime iirc:
https://atom.io/

nikre 05-10-2015 02:31

have three different editor: notepad++ ,sublimetext, ultraedit
but use akelpad and notepad++

alekine322 05-12-2015 08:00

I have different editor: Hex Editor Neo, UltraEdit, 010 Editor, Notepad++ and TextPad
All is good

aliali 05-13-2015 17:45

Hex/Bin: 010 Editor
Text: Notepad++

TQN 05-14-2015 12:28

Hex: Hiew with PyHiew, 010 Editor
Text/Code: UltraEdit

destr0 05-16-2015 09:56

Sublime Text 3 with no doubt is the best one for me. Love the multi edit/replace combos. A long ago used TextPad, but no more

montana 05-24-2015 02:33

sublimetext is very good and i am using it for quite a long time.

BlackWhite 05-25-2015 23:39

(1) for program editing: editplus
(2) for binary searching & editing: 010editor
(3) for converting binary to asm and patching: QuickView
(http://www.agcproduct.com/rus/files/qview_2_90.zip)

an0rma1 06-10-2015 15:53

blackwhite: how a great program quickview! i used it a lot years ago,
also another hex/structure viewer long forgotten is old STL from the same author of Hiew!

also... as i've seen in the forum, it seems sublimetext 3.0 is updated! i've read many time it was long time abbandoned, great news

BlackWhite 06-10-2015 20:41

Quote:

Originally Posted by an0rma1 (Post 100005)
blackwhite: how a great program quickview! i used it a lot years ago,
also another hex/structure viewer long forgotten is old STL from the same author of Hiew!

also... as i've seen in the forum, it seems sublimetext 3.0 is updated! i've read many time it was long time abbandoned, great news

Yes, I used QuickView about 15 years ago, and I still use it now.
I think it's much powerful than Hiew.

niculaita 06-11-2015 02:47

anyone be benevolto share a license for
http://www.bpsoft.com/bbl/download/download.html?dlfile=hw_v680.exe ?

darsy 06-13-2015 16:38

@niculaita

See: http://forum.exetools.com/showthread.php?t=16554

In first post is lic file

BR


Quote:

Originally Posted by niculaita (Post 100015)
anyone be benevolto share a license for
http://www.bpsoft.com/bbl/download/download.html?dlfile=hw_v680.exe ?


lordi 06-15-2015 00:39

for general edit, I use Editplus, lightweight and fast load

fqjp 06-19-2015 09:01

I am using ultraedit and notepad+. Macro function of the ultraedit is good.

niculaita 06-20-2015 18:57

http://avxhome.se/software/software_type/office/Text_Editors/Richardson.Software.EditRocket.4.2.4.html

niculaita 06-20-2015 21:45

http://avxhome.se/software/software_type/development/Web_Related/JetBrains_PyCharm_Professional_4.5.2_Build_141.1580.html

trodas 06-22-2015 06:44

Notepad2 works best for me. Old 2.0.18 version, never need anything else...

Only for colums I use CrimsonEd v3.7.2 ... :) That it is.

Sailor_EDA 06-22-2015 12:40

Doesn't anybody use Emacs or Xemacs anymore?

Artic 06-22-2015 18:53

Quote:

Originally Posted by Sailor_EDA (Post 100169)
Doesn't anybody use Emacs or Xemacs anymore?

tried once for python coding, but it was crap, using spyder right now.

and for simple tuts notepad++ and for hex stuff ultraedit

an0rma1 06-23-2015 17:13

Quote:

Originally Posted by Sailor_EDA (Post 100169)
Doesn't anybody use Emacs or Xemacs anymore?

I've reading people using Emacs since my university times (22 years ago), but never seen anyone *really* using it.

I know there are people "living" in Emacs everyday... but...

Now i am using notepad++ for general text editing (fast macros, ultraedit ones are really slow and crap), many plugins (and able to sort, sort by columns, and many things i usually do to process log files, text dbs, etc)

For python coding i use Komodo.

xobor 06-23-2015 18:15

for hex : HeD v1.78b by jnk (win32 port)
for text : MED v3.02 by M. Pfersdorff

;)

best regards


All times are GMT +8. The time now is 14:57.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX