Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - lisp

#1
newLISP in the real world /
November 05, 2006, 07:01:35 PM
I'm not sure I see the purpose of such a thing... Fill me in?
#2
newLISP in the real world /
November 05, 2006, 06:47:50 PM
It was put in @ v.8.8.7 according to the http://newlisp.org/downloads/old/newLISP_89_Release_Notes.html">8.9 release notes.
#3
newLISP newS /
November 05, 2006, 06:37:25 PM
Quote from: "Fanda"So, credit goes to Nigel!


I call it, if Nigel doesn't want it.
#4
newLISP newS /
November 04, 2006, 03:50:16 PM
Quote from: "Lutz"
QuoteEase of expression is more the thing ...  that doesn't require another piece of program code to achieve.


I wholeheartedly agree. Ease of expression and self sufficiency should always be the first priority, before efficiency considerations, when coding. Decisions in this area always have a subjective component, which is fine and how it should be.



Because of this I also reject 'standardized coding styles' or the notion that there is a 'right way' of doing things.



Much of the fun in programming stems from the freedom we can take to express (code) in our own individual way and a prgrammming language should allow this.



The best programmers are those who take the freedom to cultivate their own styles.



Lutz


Quote book material.
#5
newLISP in the real world /
October 26, 2006, 07:48:18 AM
Any updates to either newlisp or text wrangler?
#6
newLISP newS /
October 17, 2006, 02:23:19 PM
Quote from: "Fanda"PS: Take some rest, Lutz :-)  You don't have to grant our wishes instantaneously :-)))


Ignore that - This is what you get paid the big bucks for!
#7
newLISP newS /
October 12, 2006, 11:13:49 AM
Yay for hex strings! Next on the wish list: packet injection.
#8
Anything else we might add? /
October 11, 2006, 01:02:02 PM
To split up the shell code, I just use



:s/\x/ 0x/g


in vim.
#9
Anything else we might add? /
October 10, 2006, 05:32:40 PM
You need to include the ()'s
#10
Anything else we might add? /
October 10, 2006, 05:10:23 PM
The "xAAxBB" format is extremely common. I'd really be interested in it's support :)
#11
Anything else we might add? /
October 10, 2006, 03:10:28 PM
I have it doing that currently. I just hate to include that function and/or run all my shellcode through a process just to get it ready to be used. Especially when perl/python/ruby/c all use that same format. It's no biggie. Thanks for the help guys. You  rock.
#12
Anything else we might add? /
October 10, 2006, 02:58:42 PM
Indeed. I was just hoping I'd be able to use the xAA format and without spacing each byte out. Oh well.



BTW, the post from grundle was done for me because I was having issues posting a new topic.
#13
Anything else we might add? /
October 10, 2006, 01:40:23 PM
Actually it was because of the system line, noted in grundle's post: http://www.alh.net/newlisp/phpbb/viewtopic.php?t=1434">//http://www.alh.net/newlisp/phpbb/viewtopic.php?t=1434
#14
Anything else we might add? /
October 10, 2006, 01:02:06 PM
Seeing as how the above post went through, I'm guessing it has something to do with the content of my post. I am posting shellcode and other security related code, would that be a problem?
#15
Anything else we might add? / Newlisp Forum Problems.
October 10, 2006, 01:00:29 PM
This is more or less a test, but I have been having problems posting new topics. The server gives me the following error:


Quote
Service Temporarily Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.


Any ideas why this occurs?