Search found 15 matches

by lisp
Mon Nov 06, 2006 3:01 am
Forum: newLISP in the real world
Topic: newLISP source code processing
Replies: 4
Views: 3955

I'm not sure I see the purpose of such a thing... Fill me in?
by lisp
Mon Nov 06, 2006 2:47 am
Forum: newLISP in the real world
Topic: select "segmentation fault"
Replies: 5
Views: 4017

It was put in @ v.8.8.7 according to the 8.9 release notes.
by lisp
Mon Nov 06, 2006 2:37 am
Forum: newLISP newS
Topic: how to return an association list
Replies: 24
Views: 23041

Fanda wrote:So, credit goes to Nigel!
I call it, if Nigel doesn't want it.
by lisp
Sat Nov 04, 2006 11:50 pm
Forum: newLISP newS
Topic: how to return an association list
Replies: 24
Views: 23041

Ease 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...
by lisp
Thu Oct 26, 2006 2:48 pm
Forum: newLISP in the real world
Topic: Can't get runtk to work?
Replies: 17
Views: 14385

Any updates to either newlisp or text wrangler?
by lisp
Tue Oct 17, 2006 9:23 pm
Forum: newLISP newS
Topic: newLISP v.9.0 release
Replies: 12
Views: 10927

Fanda wrote: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!
by lisp
Thu Oct 12, 2006 6:13 pm
Forum: newLISP newS
Topic: pre-release newLISP 9.0.0
Replies: 7
Views: 5798

Yay for hex strings! Next on the wish list: packet injection.
by lisp
Wed Oct 11, 2006 8:02 pm
Forum: Anything else we might add?
Topic: newlisp vs. perl (not a language war)
Replies: 14
Views: 10991

To split up the shell code, I just use

Code: Select all

:s/\\x/ 0x/g
in vim.
by lisp
Wed Oct 11, 2006 12:32 am
Forum: Anything else we might add?
Topic: Newlisp Forum Problems.
Replies: 5
Views: 4459

You need to include the ()'s
by lisp
Wed Oct 11, 2006 12:10 am
Forum: Anything else we might add?
Topic: newlisp vs. perl (not a language war)
Replies: 14
Views: 10991

The "\xAA\xBB" format is extremely common. I'd really be interested in it's support :)
by lisp
Tue Oct 10, 2006 10:10 pm
Forum: Anything else we might add?
Topic: newlisp vs. perl (not a language war)
Replies: 14
Views: 10991

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.
by lisp
Tue Oct 10, 2006 9:58 pm
Forum: Anything else we might add?
Topic: newlisp vs. perl (not a language war)
Replies: 14
Views: 10991

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.
by lisp
Tue Oct 10, 2006 8:40 pm
Forum: Anything else we might add?
Topic: Newlisp Forum Problems.
Replies: 5
Views: 4459

Actually it was because of the system line, noted in grundle's post: http://www.alh.net/newlisp/phpbb/viewtopic.php?t=1434
by lisp
Tue Oct 10, 2006 8:02 pm
Forum: Anything else we might add?
Topic: Newlisp Forum Problems.
Replies: 5
Views: 4459

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?
by lisp
Tue Oct 10, 2006 8:00 pm
Forum: Anything else we might add?
Topic: Newlisp Forum Problems.
Replies: 5
Views: 4459

Newlisp Forum Problems.

This is more or less a test, but I have been having problems posting new topics. The server gives me the following error: 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 t...