UNIVERSIDAD NACIONAL EXPERIMENTAL
"SIMÓN RODRÍGUEZ"
NÚCLEO PALO VERDE

CONTENIDO PROGRAMÁTICO

TEMA 1: GENERALIDADES.

1. DEFINICIÓN DE FINANZAS.
2. CONCEPTO DE FINANZAS INTERNACIONALES.
3. IMPORTANCIA DE LAS FINANZAS INTERNACIONALES.
4. NOMENCLATURA USADAS EN LAS FINANZAS INTERNACIONALES.
5. VALOR DE CAMBIO CON RESPECTO AL DÓLAR Y AL EURO.
6. TIPOS DE OPERACIONES INTERNACIONALES.
7. VENTAJAS Y DESVENTAJAS.

TEMA 2: BALANZA DE PAGOS.

1. CONCEPTO, CARACTERÍSTICAS, TIPOS DE CUENTAS.
2. REGISTRO DE LAS OPERACIONES CONTABLES.
3. PROBLEMAS EN EL REGISTRO DE LAS OPERACIONES EN LA BALANZA DE PAGOS.
4. ANÁLISIS DE LOS EFECTOS DE LA BALANZA DE PAGOS.
5. DESCRIPCIÓN DE LA BALANZA DE PAGOS EN VENEZUELA DESDE EL AÑO 2005 HASTA EL PRESENTE.

TEMA 3: SISTEMA MONETARIO INTERNACIONAL.

1. CONCEPTO DEL SISTEMA MONETARIO INTERNACIONAL.
2. SISTEMA PATRÓN ORO: DEFINICIÓN Y FUNCIONAMIENTO.
3. SISTEMA BRETÓN WOODS: CONCEPTO Y CARACTERÍSTICAS, COMPORTAMIENTO DESDE 1944 HASTA EL PRESENTE.
4. INSTITUCIONES FINANCIERAS INTERNACIONALES: FONDO MONETARIO INTERNACIONAL: SU CREACIÓN, FUNCIONES, TIPOS DE SERVICIO QUE PRESTA, ROL DE ESTOS ORGANISMOS A NIVEL GLOBAL EN LOS ÚLTIMOS AÑOS.
5. BANCO MUNDIAL: CREACIÓN, FUNCIONES, TIPOS DE SERVICIO QUE PRESTA Y ROL DE ESTE ORGANISMO MUNDIAL EN LOS ÚLTIMOS TIEMPOS HASTA EL PRESENTE.
6. BANCO INTERNACIONAL DE PAGO (COMPENSACIÓN): ACUERDO DE BASILEA: SU CREACIÓN, FUNCIONES Y TIPOS DE SERVICIO QUE PRESTA.
7. SISTEMA MONETARIO EUROPEO: CREACIÓN, ESTRUCTURA, FUNCIONES Y TIPOS DE SERVICIO QUE PRESTA.
8. LA MONEDA EURO: COTIZACIÓN, ESTRUCTURA (CANASTA DE VARIAS MONEDAS).
9. DERECHO ESPECIAL DE GIRO: CONCEPTO, FUNCIONES Y ESTRUCTURA.

TEMA 4: MERCADO CAMBIARIO.

1. CONCEPTO DE DIVISA.
2. MERCADO DE DIVISAS.
3. OPERACIONES DE CAMBIO EN EL MERCADO INTERNACIONAL.
4. TIPOS DE COTIZACIONES DE CAMBIO.
5. CONTRATOS A FUTURO (FORWARD): CONCEPTO, FUNCIONES Y TIPOS DE CONTRATOS.
6. SISTEMA CAMBIARIO DE BANDAS: DEFINICIÓN Y FUNCIONAMIENTO.
7. RIESGO CAMBIARIO: CONCEPTO, ELEMENTOS FUNDAMENTALES DEL RIESGO CAMBIARIO: POSICIÓN CORTA Y POSICIÓN LARGA, TIPOS DE RIESGOS DE CAMBIO: TRANSACCIÓN DE BALANCE Y ECONÓMICO, ENDEUDAMIENTO EMPRESARIAL EN MONEDA EXTRANJERA.
8. COMPORTAMIENTO DEL MERCADO CAMBIARIO EN VENEZUELA DESDE 2005 HASTA EL PRESENTE.

TEMA 5: MERCADO FINANCIERO INTERNACIONAL.

1. CONCEPTO Y FINALIDAD.
2. ESTRUCTURA DEL MERCADO FINANCIERO INTERNACIONAL.
3. TIPOS Y FUNCIONAMIENTO DE LOS CRÉDITOS INTERNACIONALES. (TRAER MODELO).
4. MERCADO DE EURODÓLARES: TIPOS Y FUNCIONAMIENTO (TRAER MODELO).
5. MERCADO INTERNACIONAL DE BONOS: CLASIFICACIÓN DEL MERCADO DE BONOS, ESTRUCTURA Y FUNCIONAMIENTO.
6. MERCADO DE EUROCRÉDITOS: ESTRUCTURA Y FUNCIONAMIENTO.

TEMA 6: FINANCIAMIENTO DEL COMERCIO INTERNACIONAL.

1. CONCEPTO Y FINALIDAD.
2. CARTA DE CRÉDITO: DEFINICIÓN, TIPOS, MODALIDADES, VENTAJAS Y DESVENTAJAS (TRAER MODELO).
3. COBRO DOCUMENTARIO: CONCEPTO Y TIPOS (TRAER MODELO).
4. ACEPTACIÓN BANCARIA: CONCEPTO Y TIPOS. (TRAER MODELO).
5. FACTORIZACIÓN: DEFINICIÓN Y TIPOS (TRAER MODELO).
6. FORFETIZACIÓN: CONCEPTO Y TIPOS (TRAER MODELO).
7. ARRENDAMIENTO INTERNACIONAL: CONCEPTO Y TIPOS (TRAER MODELO).
8. PERMUTA INTERNACIONAL: CONCEPTO Y TIPOS (TRAER MODELO).

TEMA 7: MERCADO BURSÁTIL INTERNACIONAL.

1. MERCADO WALL STREET (NEW YORK): FUNCIONAMIENTO Y TIPOS DE OPERACIONES.
2. MERCADO DEL ORO: FUNCIONAMIENTO Y TIPOS DE OPERACIONES.
3. DEUDA EXTERNA MUNDIAL: MERCADO DE LA DEUDA EXTERNA LATINOAMERICANA, TIPOS DE TÍTULOS QUE SE COTIZAN Y OPERACIONES; PLAN BRADY: CONCEPTO, VENTAJA Y DESVENTAJAS.
4. DEUDA EXTERNA VENEZOLANA: COMPORTAMIENTO DESDE 1983 HASTA NUESTROS DÍAS.
5. CLUB DE PARÍS: FUNCIONAMIENTO, VENTAJAS Y DESVENTAJAS.
6. MERCADO DE TÍTULOS ADR Y GDR: CONCEPTO Y FUNCIONAMIENTO DE ESTOS TÍTULOS.

TEMA 8: INVERSIÓN EXTERNA DIRECTA.

1. CONCEPTO.
2. EFECTOS DE LA INVERSIÓN EXTERNA DIRECTA EN LA BALANZA DE PAGOS EN EL PAÍS RECEPTOR Y DEL PAÍS INVERSOR.
3. LA EMPRESA MULTINACIONAL: DEFINICIÓN, CARACTERÍSTICAS, VENTAJA Y DESVENTAJAS DE SU INSTALACIÓN EN EL PAÍS.
4. FINANCIAMIENTO DE CASA MATRIZ A FILIAL Y VICEVERSA.
5. ASOCIACIONES ESTRATÉGICAS: CONCEPTO Y FUNCIONAMIENTO EN VENEZUELA (TRAER 02 MODELOS DE CASOS EN NUESTRO PAÍS).
6. COMPORTAMIENTO DE LA INVERSIÓN EXTRANJERA DIRECTA EN VENEZUELA DESDE 2005 HASTA NUESTROS DÍAS.

sábado, 22 de agosto de 2020

Vlang Binary Debugging

Why vlang? V is a featured, productive, safe and confortable language highly compatible with c, that generates neat binaries with c-speed, the decompilation also seems quite clear as c code.
https://vlang.io/

After open the binary with radare in debug mode "-d" we proceed to do the binary recursive analysis with "aaaa" the more a's the more deep analys.



The function names are modified when the binary is crafted, if we have a function named hello in a module named main we will have the symbol main__hello, but we can locate them quicly thanks to radare's grep done with "~" token in this case applied to the "afl" command which lists all the symbols.


Being in debug mode we can use "d*" commands, for example "db" for breakpointing the function and then "dc" to start or continue execution.


Let's dissasemble the function with "pD" command, it also displays the function variables and arguments as well, note also the xref "call xref from main"


Let's take a look to the function arguments, radare detect's this three 64bits registers used on the function.


Actually the function parameter is rsi that contains a testing html to test the href extraction algorithm.


The string structure is quite simple and it's plenty of implemented methods.




With F8 we can step over the code as we were in ollydbg on linux.


Note the rip marker sliding into the code.


We can recognize the aray creations, and the s.index_after() function used to find substrings since a specific position.


If we take a look de dissasembly we sill see quite a few calls to tos3() functions.
Those functions are involved in string initialization, and implements safety checks.

  • tos(string, len)
  • tos2(byteptr)
  • tos3(charptr)

In this case I have a crash in my V code and I want to know what is crashing, just continue the execution with "dc" and see what poits the rip register.



In visual mode "V" we can see previous instructions to figure out the arguments and state.


We've located the crash on the substring operation which is something like "s2 := s1[a..b]" probably one of the arguments of the substring is out of bounds but luckily the V language has safety checks and is a controlled termination:



Switching the basic block view "space" we can see the execution flow, in this case we know the loops and branches because we have the code but this view also we can see the tos3 parameter "href=" which is useful to locate the position on the code.



When it reach the substr, we can see the parameters with "tab" command.



Looking the implementation the radare parameter calculation is quite exact.


Let's check the param values:


so the indexes are from 0x0e to 0x24 which are inside the buffer, lets continue to next iteration,
if we set a breakpoint and check every iteration, on latest iteration before the crash we have the values 0x2c to 0x70 with overflows the buffer and produces a controlled termination of the v compiled process.





Continue reading


  1. Hacker Tools 2019
  2. What Is Hacking Tools
  3. Hack App
  4. Hack Tools Download
  5. Hack Tools For Ubuntu
  6. Hacking Tools For Windows
  7. Pentest Tools For Android
  8. Best Pentesting Tools 2018
  9. Hacking Tools Github
  10. Hack Apps
  11. Hacker Tools Software
  12. Github Hacking Tools
  13. Growth Hacker Tools
  14. Hacking Tools Free Download
  15. Pentest Tools Port Scanner
  16. Best Hacking Tools 2019
  17. Github Hacking Tools
  18. Hack Tool Apk No Root
  19. Pentest Tools Website Vulnerability
  20. Pentest Tools For Android
  21. Hack Tools For Mac
  22. Hacking Tools For Mac
  23. Hacker Tools Free Download
  24. Pentest Reporting Tools
  25. Physical Pentest Tools
  26. Pentest Tools Bluekeep
  27. Hacking Tools For Windows
  28. Pentest Tools For Android
  29. Hacker Tools Apk
  30. Pentest Tools Android
  31. Hacking Tools 2019
  32. Hacker Tools Github
  33. Termux Hacking Tools 2019
  34. Pentest Tools Open Source
  35. Termux Hacking Tools 2019
  36. Hacker Search Tools
  37. Pentest Tools Download
  38. Hacks And Tools
  39. Hacking Tools For Kali Linux
  40. Underground Hacker Sites
  41. Hacking Tools Windows
  42. Pentest Tools Subdomain
  43. Hacker Tools For Mac
  44. Hack Tool Apk
  45. Pentest Box Tools Download
  46. Pentest Tools For Ubuntu
  47. Hacking Tools For Pc
  48. Pentest Tools Tcp Port Scanner
  49. Pentest Automation Tools
  50. Hack Tools For Windows
  51. Hacking Tools For Kali Linux
  52. Hacker Tools 2020
  53. Pentest Tools For Mac
  54. Tools Used For Hacking
  55. Hack Tools 2019
  56. Tools 4 Hack
  57. Usb Pentest Tools
  58. Pentest Tools Download
  59. Top Pentest Tools
  60. Hacker Tools Github
  61. Hacker Tools List
  62. Pentest Tools Online
  63. Nsa Hack Tools Download
  64. Pentest Tools Download
  65. Hacking Tools For Windows 7
  66. Install Pentest Tools Ubuntu
  67. Hacking Tools For Windows
  68. Hacker Tools Software
  69. Pentest Tools Website Vulnerability
  70. Hacking Tools And Software
  71. Hacking Tools Github
  72. Computer Hacker
  73. Hacker Tools For Mac
  74. Hacking Tools For Windows 7
  75. Tools Used For Hacking
  76. Pentest Tools Framework
  77. Ethical Hacker Tools
  78. Pentest Tools Nmap
  79. Hacking Tools Download
  80. Hack Rom Tools
  81. Hack Apps
  82. Hacker Tools For Mac
  83. Pentest Tools Android
  84. Pentest Tools Alternative
  85. Wifi Hacker Tools For Windows
  86. Hacking Tools And Software
  87. Hacker
  88. Hacking Tools Download
  89. Hacker Hardware Tools
  90. Hack App
  91. Hacking Tools Mac
  92. How To Hack
  93. Hack Tools
  94. Beginner Hacker Tools
  95. How To Make Hacking Tools
  96. Top Pentest Tools
  97. Hacking Tools Free Download
  98. Hack Tools
  99. Hacking Tools And Software
  100. Hack Tools 2019
  101. Hack Tools
  102. Hack Tools Mac
  103. Top Pentest Tools
  104. Pentest Tools For Mac
  105. Pentest Tools Open Source
  106. Black Hat Hacker Tools
  107. Pentest Automation Tools
  108. Hacker Tools Apk
  109. Pentest Tools Alternative
  110. Hacks And Tools
  111. Hacking Tools 2019
  112. Install Pentest Tools Ubuntu
  113. Hack Tools
  114. Hacker Tools 2020
  115. Hacking Apps
  116. Pentest Tools Tcp Port Scanner
  117. Best Hacking Tools 2019
  118. Hack Tools Github
  119. Hacker Tools Free
  120. Hacking Tools Windows
  121. Hacker Tools Free Download
  122. Hacking Tools For Games
  123. Pentest Tools For Windows
  124. Hacking Tools Usb
  125. Hack Tools For Windows
  126. Hacking Tools Windows 10
  127. Hacking Tools And Software
  128. Growth Hacker Tools
  129. Termux Hacking Tools 2019
  130. Pentest Tools Online
  131. Beginner Hacker Tools
  132. Hack Tools For Pc
  133. Wifi Hacker Tools For Windows
  134. Pentest Tools Nmap
  135. Usb Pentest Tools
  136. Hacking Tools Windows 10
  137. Android Hack Tools Github
  138. Hacker
  139. Pentest Recon Tools

No hay comentarios: