PSP Hacks - Forums

Go Back   PSP Hacks - Forums > PSP Community > PSP Programming & Development

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 12-15-2008, 06:36 AM
HyperHacker's Avatar
HyperHacker HyperHacker is offline
Programmer
PSP Enthusiast
 

Join Date: Nov 2008
Location: Midwest Alberta
Posts: 317
HyperHacker is on a distinguished road
Thumbs up [Release] PSPHexEdit

Just finished my first PSP app. It's a simple hex editor that supports files of any size. Comes with messy source code under the BSD license. Grab it at my what-will-someday-be-a-website.
The site may take a few tries before it actually loads, because my ISP is doing something funny that breaks the connection about 50-75% of the time. (I don't think I'm supposed to have a web server on it at all... shhhhh... ) If it doesn't load within a couple seconds, try again. Also use the link in this post if you want to bookmark it because the IP address will change every now and then.
__________________
>> PSP-2001 running 5.00m33-6, 4GB Lexar memory stick
Luna is not dead, it just has a todo list a mile long. My website is, though. But it will return, someday... >_>


Last edited by HyperHacker; 12-18-2008 at 04:30 AM. Reason: New URL
Reply With Quote
  #2  
Old 12-15-2008, 08:16 AM
dlevans dlevans is offline
PSP Smarty
 

Join Date: Apr 2008
Location: kansas
Posts: 135
dlevans Has a Beginner Reputation
Default

why not get a dyndns account (dyndns.org) and download their updater that way when your ip changes your website does as well. i use it for ultraVNC and i have an account for a WOL so i can turn on my pc and can control it from anywhere and it updates when/if my ip changes it is a very handy thing to have.
Reply With Quote
  #3  
Old 12-15-2008, 04:50 PM
HyperHacker's Avatar
HyperHacker HyperHacker is offline
Programmer
PSP Enthusiast
 

Join Date: Nov 2008
Location: Midwest Alberta
Posts: 317
HyperHacker is on a distinguished road
Default

That's what no-ip.org does, but since it's not running on port 80, it can't use actual DNS, just a redirect. I intend to get an actual host when there's an actual site.
__________________
>> PSP-2001 running 5.00m33-6, 4GB Lexar memory stick
Luna is not dead, it just has a todo list a mile long. My website is, though. But it will return, someday... >_>

Reply With Quote
  #4  
Old 12-15-2008, 05:47 PM
pspjoke's Avatar
pspjoke pspjoke is offline
Programmer
PSP Guru
 

Join Date: Mar 2008
Location: U.S.
Posts: 1,828
pspjoke is a name known to allpspjoke is a name known to allpspjoke is a name known to allpspjoke is a name known to allpspjoke is a name known to allpspjoke is a name known to all
Default

what are you using to host that?
(what program i mean)
i do something like that with hfs.
__________________
http://levoneprojects.net23.net/

++rep me if i helped you please.
Ahh, shit. Stupidity is on the rise again.
went legit Oct. 31, 09'
piracy is wrong, please don't do it.

Reply With Quote
  #5  
Old 12-15-2008, 06:08 PM
HyperHacker's Avatar
HyperHacker HyperHacker is offline
Programmer
PSP Enthusiast
 

Join Date: Nov 2008
Location: Midwest Alberta
Posts: 317
HyperHacker is on a distinguished road
Default

Apache on Xubuntu, with PHP5. I'm pretty sure it's the ISP because it responds fine on my LAN, and a different machine running Windows had the same problem. I suppose it could be some sort of Apache problem (the Windows machine used it too), but I've checked over the settings and asked on a few forums and never found anything that might cause it. Apache doesn't even report a request, and it times out connecting to the IP, so that strongly suggests the problem is on the way to the server, beyond my control.

I can put a copy on one of those annoying file hosting sites if people are having trouble downloading it, but I hate those. >_> (Anyway doesn't psp-hacks.com mirror any homebrew released here?)
__________________
>> PSP-2001 running 5.00m33-6, 4GB Lexar memory stick
Luna is not dead, it just has a todo list a mile long. My website is, though. But it will return, someday... >_>

Reply With Quote
  #6  
Old 12-15-2008, 09:11 PM
Furypaw's Avatar
Furypaw Furypaw is offline
Programmer
PSP Veteran
 
Join Date: Jul 2007
Location: Furypaw.rar
Posts: 1,058
Furypaw is on a distinguished road
Default

It's very cool, tried it out earlier today. If you want I can set up an uploader for you, I have one on my site, you just type in username and pass, then select a file and upload.

http://darksabre.site40.net/uploader...xEdit71920.zip
and a mirror
__________________
Reply With Quote
  #7  
Old 12-15-2008, 11:42 PM
HyperHacker's Avatar
HyperHacker HyperHacker is offline
Programmer
PSP Enthusiast
 

Join Date: Nov 2008
Location: Midwest Alberta
Posts: 317
HyperHacker is on a distinguished road
Default

Thanks. Version 71921 is up, same place as before.
-Added automatic CPU speed adjustment. (Off by default.)
-Added more help info to menus.
-Added clock, battery and CPU status display.
-Can now use analog nub to navigate hex quickly.
-Displays '.' instead of blank for ASCII beyond end of file.
-Cleaned up code a bit.

for those who must have screenshots.
__________________
>> PSP-2001 running 5.00m33-6, 4GB Lexar memory stick
Luna is not dead, it just has a todo list a mile long. My website is, though. But it will return, someday... >_>

Reply With Quote
  #8  
Old 12-17-2008, 07:01 AM
HyperHacker's Avatar
HyperHacker HyperHacker is offline
Programmer
PSP Enthusiast
 

Join Date: Nov 2008
Location: Midwest Alberta
Posts: 317
HyperHacker is on a distinguished road
Default

Version 71952 is up; now able to edit multiple files at once and browse the PSPLink host0:/ directory structure.
__________________
>> PSP-2001 running 5.00m33-6, 4GB Lexar memory stick
Luna is not dead, it just has a todo list a mile long. My website is, though. But it will return, someday... >_>

Reply With Quote
  #9  
Old 12-17-2008, 08:02 AM
pspjoke's Avatar
pspjoke pspjoke is offline
Programmer
PSP Guru
 

Join Date: Mar 2008
Location: U.S.
Posts: 1,828
pspjoke is a name known to allpspjoke is a name known to allpspjoke is a name known to allpspjoke is a name known to allpspjoke is a name known to allpspjoke is a name known to all
Default

Quote:
Originally Posted by HyperHacker View Post
Version 71952 is up; now able to edit multiple files at once and browse the PSPLink host0:/ directory structure.
cool cool.
btw, whats with the massive version number?
did you actually build it that many times??
lol
__________________
http://levoneprojects.net23.net/

++rep me if i helped you please.
Ahh, shit. Stupidity is on the rise again.
went legit Oct. 31, 09'
piracy is wrong, please don't do it.

Reply With Quote
  #10  
Old 12-17-2008, 08:01 PM
HyperHacker's Avatar
HyperHacker HyperHacker is offline
Programmer
PSP Enthusiast
 

Join Date: Nov 2008
Location: Midwest Alberta
Posts: 317
HyperHacker is on a distinguished road
Default

It's more of a build ID system I came up with. As defined in the header:
Code:
#define BUILD_ID ((BUILD_YEAR << 13) | (BUILD_MONTH << 9) | (BUILD_DAY << 4) | BUILD_INDEX)
BUILD_INDEX is a counter for multiple releases on the same day. I like it more than traditional version numbers as it's easy to compare them in code, it encodes the release date in only 5 digits, and it doesn't have the issues the traditional method has. (e.g. since version 0.9, I've added a few features, but not enough to be worthy of being version 1.0, and if I call it 0.10, it'll look a bit silly and some people/systems will confuse it with 0.1... etc) (And a bonus, I don't have to remember to update it, since the makefile inserts the date for me. )
__________________
>> PSP-2001 running 5.00m33-6, 4GB Lexar memory stick
Luna is not dead, it just has a todo list a mile long. My website is, though. But it will return, someday... >_>

Reply With Quote
Reply

Tags
hex editor, homebrew, release

 



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:01 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
©