|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (10 bit)
|
Is it possible to view code of an .EXE file, and can I get audio info from soundcard
Is it possible to look at the code of an .exe file to see how it works
I've got a program for an external system control box that works off the USB port and i'd like to see how the software communicates with the smart-box with the aim of writing my own program. Also is is possible to pick-up on the beat pulses of music coming into the PC from the line-in on the soundcard, i've seen it done but would'nt have a clue how to do it myself with VB. Thanks.
__________________
Intel Core i7 920 2.66GHz | Asus P6T SE| 6GB Corsair ram | XFX Radeon HD 4780 | 2 x 250 Gb Maxtor SATA II (in RAID 0), 1 x 250GB SATA II | Creative XFI soundcard | Coolermaster 650W PSU | ThermalTake Tsunami case My new website -Carp Fishing Forums |
|
|
|
|
|
#2 |
|
Professional gadfly
|
You can use debuggers to see the register values and so forth, but that's probably not going to be very helpful. What you want to do is view the source code of the executable, and to do that you would need to decompile it. I don't know of any good decompilers. It is also probably a violation of the software EULA to reverse-engineer it like that anyway.
|
|
|
|
|
|
#3 |
|
Member (10 bit)
|
Problem is, that the software they supplied with the box is'nt really up to scratch and I suppose it might be a violation of the EULA if I decompile it so i'll scrub that idea,
Any idea's how to get a beat pulse from the soundcard line in into VB?, so I can make other software interact with music. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|