Author Topic: Port Requests  (Read 7096 times)

Trcx528

  • Haxor
  • Hero Member
  • *****
  • Posts: 4502
  • Reputation: 166
  • Google it!
    • iNinjas
  • Badges:
  • Computers: 13" 2011 Macbook Pro, 120 GB SSD and 16 GB of Ram
  • iDevices: None
Re: Port Requests
« Reply #75 on: April 08, 2012, 12:33:33 am »
I would do it, if the source code for xblaze was available but it isn't. 

[null]

  • Hero Member
  • *****
  • Posts: 646
  • Reputation: 43
  • the halloween jack is a real cool cat
  • Computers: I have a PC running Windows 7 that was built by my uncle. I also have a Newsmy T3 Android Tablet.
  • iDevices: iPod Touch 4G
Re: Port Requests
« Reply #76 on: April 12, 2012, 03:00:25 pm »
How about Havij? If that could be ported to iOS it would be seriously awesome.
__  __           ___    ___          
/\ \/\ \         /\_ \  /\_ \          
\ \ `\\ \  __  __\//\ \ \//\ \     
 \ \ , ` \/\ \/\ \ \ \ \  \ \ \          
  \ \ \`\ \ \ \_\ \ \_\ \_ \_\ \_
   \ \_\ \_\ \____/ /\____\/\____\
    \/_/\/_/\/___/  \/____/\/____/

Trcx528

  • Haxor
  • Hero Member
  • *****
  • Posts: 4502
  • Reputation: 166
  • Google it!
    • iNinjas
  • Badges:
  • Computers: 13" 2011 Macbook Pro, 120 GB SSD and 16 GB of Ram
  • iDevices: None
Re: Port Requests
« Reply #77 on: April 12, 2012, 04:34:03 pm »
We can't as the source code is not available. 

[null]

  • Hero Member
  • *****
  • Posts: 646
  • Reputation: 43
  • the halloween jack is a real cool cat
  • Computers: I have a PC running Windows 7 that was built by my uncle. I also have a Newsmy T3 Android Tablet.
  • iDevices: iPod Touch 4G
Re: Port Requests
« Reply #78 on: April 12, 2012, 08:35:13 pm »
Oh, that's too bad. I love Havij.
__  __           ___    ___          
/\ \/\ \         /\_ \  /\_ \          
\ \ `\\ \  __  __\//\ \ \//\ \     
 \ \ , ` \/\ \/\ \ \ \ \  \ \ \          
  \ \ \`\ \ \ \_\ \ \_\ \_ \_\ \_
   \ \_\ \_\ \____/ /\____\/\____\
    \/_/\/_/\/___/  \/____/\/____/

LeoTh3o

  • Full Member
  • ***
  • Posts: 230
  • Reputation: 43
    • ET&C
  • Computers: MacBook Pro 15', half 2009, OS X 10.8.1
  • iDevices: iPod 3G iOS 5.1.1; iPad 2 WiFi iOS 5.1.1 jb
Re: Port Requests
« Reply #79 on: April 13, 2012, 12:48:25 pm »
I'll ask as I didn't find any trace of this on the net (except my own ones...)
There's a way to port apr to iOS and making it work (so when you make check it doesn't end up with sigsys)? I'd have a good use of it as it's required in a good number of apps (such as svn) which would need an update/to be ported.

It's not that I didn't try it myself, but that I wasn't able to get it working.
0xEB        0xFE
jmp short -2

Don't like seeing ads? Click here to register!

Trcx528

  • Haxor
  • Hero Member
  • *****
  • Posts: 4502
  • Reputation: 166
  • Google it!
    • iNinjas
  • Badges:
  • Computers: 13" 2011 Macbook Pro, 120 GB SSD and 16 GB of Ram
  • iDevices: None
Re: Port Requests
« Reply #80 on: April 15, 2012, 10:40:53 pm »
The apr available on cydia worked for my port of subversion, strange....

LeoTh3o

  • Full Member
  • ***
  • Posts: 230
  • Reputation: 43
    • ET&C
  • Computers: MacBook Pro 15', half 2009, OS X 10.8.1
  • iDevices: iPod 3G iOS 5.1.1; iPad 2 WiFi iOS 5.1.1 jb
Re: Port Requests
« Reply #81 on: April 20, 2012, 12:44:53 pm »
I can show you that make check fails when testing procmutex. Btw how did you manage to build subversion considering that the "build" directory that comes with apr isn't installed by the deb, as Saurik's toolchain remove it before packaging?
0xEB        0xFE
jmp short -2

Trcx528

  • Haxor
  • Hero Member
  • *****
  • Posts: 4502
  • Reputation: 166
  • Google it!
    • iNinjas
  • Badges:
  • Computers: 13" 2011 Macbook Pro, 120 GB SSD and 16 GB of Ram
  • iDevices: None
Re: Port Requests
« Reply #82 on: April 20, 2012, 01:09:27 pm »
I'm running make check right now...I forgot to earlier as I was too excited.  And as far apr, it does include the headers in /usr/include. 

Code: [Select]
iPhone:~ root dpkg -L apr
/.
/usr
/usr/bin
/usr/bin/apr-1-config
/usr/include
/usr/include/apr-1
/usr/include/apr-1/apr_fnmatch.h
/usr/include/apr-1/apr_tables.h
/usr/include/apr-1/apr_atomic.h
/usr/include/apr-1/apr_global_mutex.h
/usr/include/apr-1/apr_general.h
/usr/include/apr-1/apr_ring.h
/usr/include/apr-1/apr_poll.h
/usr/include/apr-1/apr_thread_rwlock.h
/usr/include/apr-1/apr_thread_mutex.h
/usr/include/apr-1/apr_strings.h
/usr/include/apr-1/apr_proc_mutex.h
/usr/include/apr-1/apr_mmap.h
/usr/include/apr-1/apr_user.h
/usr/include/apr-1/apr_network_io.h
/usr/include/apr-1/apr_shm.h
/usr/include/apr-1/apr_pools.h
/usr/include/apr-1/apr_getopt.h
/usr/include/apr-1/apr_want.h
/usr/include/apr-1/apr_version.h
/usr/include/apr-1/apr_dso.h
/usr/include/apr-1/apr_hash.h
/usr/include/apr-1/apr_portable.h
/usr/include/apr-1/apr_random.h
/usr/include/apr-1/apr_file_info.h
/usr/include/apr-1/apr_allocator.h
/usr/include/apr-1/apr_file_io.h
/usr/include/apr-1/apr.h
/usr/include/apr-1/apr_inherit.h
/usr/include/apr-1/apr_time.h
/usr/include/apr-1/apr_errno.h
/usr/include/apr-1/apr_env.h
/usr/include/apr-1/apr_thread_cond.h
/usr/include/apr-1/apr_lib.h
/usr/include/apr-1/apr_support.h
/usr/include/apr-1/apr_thread_proc.h
/usr/include/apr-1/apr_signal.h
aka
--with-apr=/usr

« Last Edit: April 20, 2012, 01:34:30 pm by Trcx528 »

LeoTh3o

  • Full Member
  • ***
  • Posts: 230
  • Reputation: 43
    • ET&C
  • Computers: MacBook Pro 15', half 2009, OS X 10.8.1
  • iDevices: iPod 3G iOS 5.1.1; iPad 2 WiFi iOS 5.1.1 jb
Re: Port Requests
« Reply #83 on: April 23, 2012, 01:05:08 pm »
I'm running make check right now...I forgot to earlier as I was too excited.  And as far apr, it does include the headers in /usr/include. 

Code: [Select]
iPhone:~ root dpkg -L apr
/.
/usr
/usr/bin
/usr/bin/apr-1-config
/usr/include
/usr/include/apr-1
/usr/include/apr-1/apr_fnmatch.h
/usr/include/apr-1/apr_tables.h
/usr/include/apr-1/apr_atomic.h
/usr/include/apr-1/apr_global_mutex.h
/usr/include/apr-1/apr_general.h
/usr/include/apr-1/apr_ring.h
/usr/include/apr-1/apr_poll.h
/usr/include/apr-1/apr_thread_rwlock.h
/usr/include/apr-1/apr_thread_mutex.h
/usr/include/apr-1/apr_strings.h
/usr/include/apr-1/apr_proc_mutex.h
/usr/include/apr-1/apr_mmap.h
/usr/include/apr-1/apr_user.h
/usr/include/apr-1/apr_network_io.h
/usr/include/apr-1/apr_shm.h
/usr/include/apr-1/apr_pools.h
/usr/include/apr-1/apr_getopt.h
/usr/include/apr-1/apr_want.h
/usr/include/apr-1/apr_version.h
/usr/include/apr-1/apr_dso.h
/usr/include/apr-1/apr_hash.h
/usr/include/apr-1/apr_portable.h
/usr/include/apr-1/apr_random.h
/usr/include/apr-1/apr_file_info.h
/usr/include/apr-1/apr_allocator.h
/usr/include/apr-1/apr_file_io.h
/usr/include/apr-1/apr.h
/usr/include/apr-1/apr_inherit.h
/usr/include/apr-1/apr_time.h
/usr/include/apr-1/apr_errno.h
/usr/include/apr-1/apr_env.h
/usr/include/apr-1/apr_thread_cond.h
/usr/include/apr-1/apr_lib.h
/usr/include/apr-1/apr_support.h
/usr/include/apr-1/apr_thread_proc.h
/usr/include/apr-1/apr_signal.h
aka
--with-apr=/usr

No, I meant the 'build-1' directory that should be located in /usr. That contains some useful things like a modified libtool and the macros defined when building APR. Those, for example, are used in building apr-util and dependencies.

Edit: specifically, it contains:
apr_rules.mk  libtool  make_exports.awk  make_var_export.awk  mkdir.sh
« Last Edit: April 23, 2012, 01:12:49 pm by LeoTh3o »
0xEB        0xFE
jmp short -2

TeenHacker

  • Jr. Members
  • **
  • Posts: 68
  • Reputation: 2
  • 127.0.0.1 is where I feel at home.
  • iDevices: iPod Touch 4G 5.0.1
Re: Port Requests
« Reply #84 on: September 30, 2012, 03:50:04 am »
Would it be possible to port ANTI? I know that it is only on Android; but is it still possible to port it to iOS?

Don't like seeing ads? Click here to register!

A3MIRAL

  • Leader
  • Hero Member
  • *****
  • Posts: 2899
  • Reputation: 105
  • A3MIRAL -- Reporting for Duty
    • A3MIRAL
  • Badges:
  • Computers: Dell XPS15 (6 GB ram, Core i7 @ 2.0 GHz, 750 GB HDD @ 7200 RPM)
  • iDevices: iPod touch 3G 32GB, iPhone 5 32GB
Re: Port Requests
« Reply #85 on: September 30, 2012, 08:11:14 am »
Is it a GUI?
Then it would have to be reverse engineered and written in obj-c.

TeenHacker

  • Jr. Members
  • **
  • Posts: 68
  • Reputation: 2
  • 127.0.0.1 is where I feel at home.
  • iDevices: iPod Touch 4G 5.0.1
Re: Port Requests
« Reply #86 on: September 30, 2012, 04:49:23 pm »
Yeah, it's GUI. Oh well.

grinch

  • Administrator
  • Hero Member
  • *****
  • Posts: 1926
  • Reputation: 187
  • the digital grinch who stole your data
    • @DigitalGrinch
  • Badges:
  • iDevices: iPhone 3GS 4.3.3, HTC Evo V 4G ICS
Re: Port Requests
« Reply #87 on: January 19, 2013, 11:34:26 pm »
lftp - command line ftp client. Would be great to have free ftp client that can connect to our ssl ftpd
If I help you or you appreciate my work, clicking that +1 button is the best thanks I could get.

My opinions are my own, you may agree or disagree with them, but they are only just that; opinions
For example: facebook is the microsoft of social networks

http://goo.gl/PiVjI

@DigitalGrinch
https://twitter.com/DigitalGrinch

I follow all iNinjas members back. PM me if I am not following you

Alex47

  • Hero Member
  • *****
  • Posts: 1369
  • Reputation: 48
  • (I can't think of something funny to go here)
  • Computers: Asus k55v, custom built self-acclaimed tank of a pc
  • iDevices: iPhone 3G, iPod touch 4g, iPod touch 2g
Re: Port Requests
« Reply #88 on: January 20, 2013, 04:18:39 am »
@grinch I tried and got an error with c++, any ideas anyone?
My Number:00110110 00110110 00110110

grinch

  • Administrator
  • Hero Member
  • *****
  • Posts: 1926
  • Reputation: 187
  • the digital grinch who stole your data
    • @DigitalGrinch
  • Badges:
  • iDevices: iPhone 3GS 4.3.3, HTC Evo V 4G ICS
Re: Port Requests
« Reply #89 on: January 20, 2013, 07:39:47 am »
you got fake-libgcc installed?
If I help you or you appreciate my work, clicking that +1 button is the best thanks I could get.

My opinions are my own, you may agree or disagree with them, but they are only just that; opinions
For example: facebook is the microsoft of social networks

http://goo.gl/PiVjI

@DigitalGrinch
https://twitter.com/DigitalGrinch

I follow all iNinjas members back. PM me if I am not following you